Skip to content

Commit b273ffd

Browse files
committed
Updated the documentation.
Assume that the term "naive" is defined elsewhere and remove the not entirely correct clarification. Thanks, Tim.
1 parent 20f293b commit b273ffd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,8 +1058,7 @@ Instance methods:
10581058

10591059
If provided, *tz* must be an instance of a :class:`tzinfo` subclass, and its
10601060
:meth:`utcoffset` and :meth:`dst` methods must not return ``None``. If *self*
1061-
is naive (``self.tzinfo is None``), it is presumed to represent time in the
1062-
system timezone.
1061+
is naive, it is presumed to represent time in the system timezone.
10631062

10641063
If called without arguments (or with ``tz=None``) the system local
10651064
timezone is assumed for the target timezone. The ``.tzinfo`` attribute of the converted

0 commit comments

Comments
 (0)