[Python-checkins] r69079 - python/trunk/Doc/library/datetime.rst

brett.cannon python-checkins at python.org
Thu Jan 29 01:54:32 CET 2009


Author: brett.cannon
Date: Thu Jan 29 01:54:32 2009
New Revision: 69079

Log:
Minor spelling mistake in datetime docs.


Modified:
   python/trunk/Doc/library/datetime.rst

Modified: python/trunk/Doc/library/datetime.rst
==============================================================================
--- python/trunk/Doc/library/datetime.rst	(original)
+++ python/trunk/Doc/library/datetime.rst	Thu Jan 29 01:54:32 2009
@@ -1269,7 +1269,7 @@
 :class:`tzinfo` Objects
 -----------------------
 
-:class:`tzinfo` is an abstract base clase, meaning that this class should not be
+:class:`tzinfo` is an abstract base class, meaning that this class should not be
 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 does not supply


More information about the Python-checkins mailing list