[Python-checkins] cpython (merge 3.3 -> default): Fix typo

andrew.svetlov python-checkins at python.org
Mon Dec 17 12:43:11 CET 2012


http://hg.python.org/cpython/rev/49160bb35871
changeset:   80900:49160bb35871
parent:      80896:fe20d5bf0c93
parent:      80899:472365a4bd1b
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Dec 17 13:42:57 2012 +0200
summary:
  Fix typo

files:
  Doc/library/datetime.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1442,7 +1442,7 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list