diff --git a/Lib/_pydatetime.py b/Lib/_pydatetime.py index 549fcda19dccf2..a6d43399f9e703 100644 --- a/Lib/_pydatetime.py +++ b/Lib/_pydatetime.py @@ -1236,7 +1236,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__ = ()