summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-09-17 20:20:04 +0200
committerGeorg Brandl <georg@python.org>2011-09-17 20:20:04 +0200
commit755460694e88abbb90f78cb19c86f4e40b6d0388 (patch)
treebd3b6a5f20787635d5dc5882aa693a1d4cf1ffb8
parent1619132e5dba825cdfae200cf619470129116c3d (diff)
downloadcpython-git-755460694e88abbb90f78cb19c86f4e40b6d0388.tar.gz
Fix typo.
-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 e04b3f8d28..0ce9c145a5 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -30,7 +30,7 @@ set to an instance of a subclass of the abstract :class:`tzinfo` class. These
: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