We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa556b8 commit bbc5448Copy full SHA for bbc5448
Doc/library/datetime.rst
@@ -979,7 +979,7 @@ Other constructors, all class methods:
979
is used.
980
981
For any :class:`.datetime` object *d*,
982
- ``d == datetime.combine(d.date(), d.time(), d.tzinfo)``. If date is a
+ ``d == datetime.combine(d.date(), d.time(), d.tzinfo)``. If *date* is a
983
:class:`.datetime` object, its time components and :attr:`.tzinfo` attributes
984
are ignored.
985
0 commit comments