Skip to content

Commit aa556b8

Browse files
committed
Replace "local datetime" with "local date and time" to avoid confusion
1 parent fbfd68c commit aa556b8

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
@@ -850,7 +850,7 @@ Other constructors, all class methods:
850850

851851
.. classmethod:: datetime.today()
852852

853-
Return the current local datetime, with :attr:`.tzinfo` ``None``.
853+
Return the current local date and time, with :attr:`.tzinfo` ``None``.
854854

855855
Equivalent to::
856856

0 commit comments

Comments
 (0)