Commit 81299d51 authored by Andrew Svetlov's avatar Andrew Svetlov

Fix typo

parent 0575d6a7
...@@ -1359,7 +1359,7 @@ Example: ...@@ -1359,7 +1359,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment