mirror of https://github.com/python/cpython.git
[3.11] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109055)
This commit is contained in:
parent
1ebe014d62
commit
c70a29160a
|
@ -1223,7 +1223,7 @@ def __reduce__(self):
|
|||
class tzinfo:
|
||||
"""Abstract base class for time zone info classes.
|
||||
|
||||
Subclasses must override the name(), utcoffset() and dst() methods.
|
||||
Subclasses must override the tzname(), utcoffset() and dst() methods.
|
||||
"""
|
||||
__slots__ = ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue