Skip to content

Commit bbc5448

Browse files
committed
Add missing italic on argument name
1 parent aa556b8 commit bbc5448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ Other constructors, all class methods:
979979
is used.
980980

981981
For any :class:`.datetime` object *d*,
982-
``d == datetime.combine(d.date(), d.time(), d.tzinfo)``. If date is a
982+
``d == datetime.combine(d.date(), d.time(), d.tzinfo)``. If *date* is a
983983
:class:`.datetime` object, its time components and :attr:`.tzinfo` attributes
984984
are ignored.
985985

0 commit comments

Comments
 (0)