]> granicus.if.org Git - python/commitdiff
Minor spelling mistake in datetime docs.
authorBrett Cannon <bcannon@gmail.com>
Thu, 29 Jan 2009 00:54:32 +0000 (00:54 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 29 Jan 2009 00:54:32 +0000 (00:54 +0000)
Doc/library/datetime.rst

index 308a646ebce303d50efed1346ab938c5f4bbbfcf..099627647ddb963789abe6bb7969611807eca8bf 100644 (file)
@@ -1269,7 +1269,7 @@ Example:
 :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