Minor spelling mistake in datetime docs.

This commit is contained in:
Brett Cannon 2009-01-29 00:54:32 +00:00
parent 5b0d5531f2
commit 8aa2c6ce8e
1 changed files with 1 additions and 1 deletions

View 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