[Python-checkins] cpython (3.2): Fix typo.

georg.brandl python-checkins at python.org
Sat Sep 17 20:39:15 CEST 2011


http://hg.python.org/cpython/rev/79ee8447a0da
changeset:   72392:79ee8447a0da
branch:      3.2
parent:      72385:4247f5e221c6
user:        Georg Brandl <georg at python.org>
date:        Sat Sep 17 20:20:04 2011 +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
@@ -30,7 +30,7 @@
 :class:`tzinfo` objects capture information about the offset from UTC time, the
 time zone name, and whether Daylight Saving Time is in effect.  Note that only
 one concrete :class:`tzinfo` class, the :class:`timezone` class, is supplied by the
-:mod:`datetime` module.  The :class:`timezone` class can reprsent simple
+:mod:`datetime` module.  The :class:`timezone` class can represent simple
 timezones with fixed offset from UTC such as UTC itself or North American EST and
 EDT timezones.  Supporting timezones at whatever level of detail is
 required is up to the application.  The rules for time adjustment across the

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


More information about the Python-checkins mailing list