diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-01-29 00:54:32 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-01-29 00:54:32 (GMT) |
commit | 8aa2c6ce8e122ecee67e09b32b0d5796e7c65ef4 (patch) | |
tree | 6d5937ebf7fba056ee6c770e5c42daa4921dd6b1 /Doc/library | |
parent | 5b0d5531f2b688dfff2eaac529a9bb57c4ee839d (diff) | |
download | cpython-8aa2c6ce8e122ecee67e09b32b0d5796e7c65ef4.zip cpython-8aa2c6ce8e122ecee67e09b32b0d5796e7c65ef4.tar.gz cpython-8aa2c6ce8e122ecee67e09b32b0d5796e7c65ef4.tar.bz2 |
Minor spelling mistake in datetime docs.
Diffstat (limited to 'Doc/library')
-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 308a646..0996276 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 |