]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 17 Dec 2012 11:42:04 +0000 (13:42 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 17 Dec 2012 11:42:04 +0000 (13:42 +0200)
Doc/library/datetime.rst

index 88fa01c0d418f766eaaa484162eec3d3ddf77bfd..8bdd9615978676778c171330dd10e894d6f97df1 100644 (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.