From: Brett Cannon Date: Thu, 29 Jan 2009 00:54:32 +0000 (+0000) Subject: Minor spelling mistake in datetime docs. X-Git-Tag: v2.7a1~2172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aa2c6ce8e122ecee67e09b32b0d5796e7c65ef4;p=thirdparty%2FPython%2Fcpython.git Minor spelling mistake in datetime docs. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 308a646ebce3..099627647ddb 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -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