datetime.rst: fix combine() signature (#101490)
The default `tzinfo` param of the `combine()` signature pseudocode was erroneously `self.tzinfo`. `self` has no meaning in the context of a classmethod, and the datetime class itself has no `tzinfo` attribute. The correct default pseudocode is `time.tzinfo`, reflecting that the default is the `tzinfo` attribute of the `time` parameter.
J
John Belmonte committed
75227fba1dd1683289d90ada7abba237bff55d14
Parent: 76efcb4
Committed by GitHub <noreply@github.com>
on 2/1/2023, 10:01:28 AM