Kaydet (Commit) 8aa2c6ce authored tarafından Brett Cannon's avatar Brett Cannon

Minor spelling mistake in datetime docs.

üst 5b0d5531
...@@ -1269,7 +1269,7 @@ Example: ...@@ -1269,7 +1269,7 @@ Example:
:class:`tzinfo` Objects :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) instantiated directly. You need to derive a concrete subclass, and (at least)
supply implementations of the standard :class:`tzinfo` methods needed by the supply implementations of the standard :class:`tzinfo` methods needed by the
:class:`datetime` methods you use. The :mod:`datetime` module does not supply :class:`datetime` methods you use. The :mod:`datetime` module does not supply
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment