mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.12] Docs: Fix typo in datetime.tzinfo docstring (GH-107257) (#109032)
Docs: Fix typo in datetime.tzinfo docstring (GH-107257)
(cherry picked from commit 60a9eea3f5
)
Co-authored-by: Mikhail Samylov <Samylov-Mikhail@yandex.com>
Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
ef0dbfb5a8
commit
579d782276
1 changed files with 1 additions and 1 deletions
|
@ -1236,7 +1236,7 @@ date.resolution = timedelta(days=1)
|
|||
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…
Add table
Add a link
Reference in a new issue