mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix typo
This commit is contained in:
commit
2be0edb2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -1442,7 +1442,7 @@ Example:
|
||||||
instantiated directly. You need to derive a concrete subclass, and (at least)
|
instantiated directly. You need to derive a concrete subclass, and (at least)
|
||||||
supply implementations of the standard :class:`tzinfo` methods needed by the
|
supply implementations of the standard :class:`tzinfo` methods needed by the
|
||||||
:class:`.datetime` methods you use. The :mod:`datetime` module supplies
|
:class:`.datetime` methods you use. The :mod:`datetime` module supplies
|
||||||
a simple concrete subclass of :class:`tzinfo` :class:`timezone` which can reprsent
|
a simple concrete subclass of :class:`tzinfo` :class:`timezone` which can represent
|
||||||
timezones with fixed offset from UTC such as UTC itself or North American EST and
|
timezones with fixed offset from UTC such as UTC itself or North American EST and
|
||||||
EDT.
|
EDT.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue