diff options
author | Georg Brandl <georg@python.org> | 2011-09-17 18:40:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-17 18:40:35 (GMT) |
commit | 902e8955784698a3b2f2d83f9a349cc8b9f0416c (patch) | |
tree | 7702cee8487f3c1cf918f087e2b6c969cf59c88c /Doc/library/datetime.rst | |
parent | e30186bf4bfde9415229e58d25e467a5c6561239 (diff) | |
parent | 73dd7c71f69b234fb1f3944efa1f08969b3ae3cc (diff) | |
download | cpython-902e8955784698a3b2f2d83f9a349cc8b9f0416c.zip cpython-902e8955784698a3b2f2d83f9a349cc8b9f0416c.tar.gz cpython-902e8955784698a3b2f2d83f9a349cc8b9f0416c.tar.bz2 |
merge doc fixes from 3.2
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 8296a4d..73b3901 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 |