summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-17 11:42:57 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-17 11:42:57 (GMT)
commit57d0a536b2e8085e50ac00c05822eda4c85a822e (patch)
tree3c178af499718de9fdac9ca11312c7376d4f61f9 /Doc
parent5e48764c635cd7e437d278893d31bbdda1e9b261 (diff)
parent2be0edb2c4c9dfce35fcef4f985b2c92c0fd8b2e (diff)
downloadcpython-57d0a536b2e8085e50ac00c05822eda4c85a822e.zip
cpython-57d0a536b2e8085e50ac00c05822eda4c85a822e.tar.gz
cpython-57d0a536b2e8085e50ac00c05822eda4c85a822e.tar.bz2
Fix typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/datetime.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 7c0aac3..c1a2410 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1442,7 +1442,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.