This commit is contained in:
Andrew Svetlov 2012-12-17 13:42:04 +02:00
parent 655b0c462f
commit dfe109e33f
1 changed files with 1 additions and 1 deletions

View File

@ -1359,7 +1359,7 @@ Example:
instantiated directly. You need to derive a concrete subclass, and (at least)
supply implementations of the standard :class:`tzinfo` methods needed by the
: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
EDT.