diff options
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-17 13:42:57 +0200 |
|---|---|---|
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-12-17 13:42:57 +0200 |
| commit | 57d0a536b2e8085e50ac00c05822eda4c85a822e (patch) | |
| tree | 3c178af499718de9fdac9ca11312c7376d4f61f9 | |
| parent | 5e48764c635cd7e437d278893d31bbdda1e9b261 (diff) | |
| parent | 2be0edb2c4c9dfce35fcef4f985b2c92c0fd8b2e (diff) | |
| download | cpython-git-57d0a536b2e8085e50ac00c05822eda4c85a822e.tar.gz | |
Fix typo
| -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 7c0aac31d7..c1a24102bb 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1442,7 +1442,7 @@ Example: 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 supplies -a simple concrete subclass of :class:`tzinfo` :class:`timezone` which can reprsent +a simple concrete subclass of :class:`tzinfo` :class:`timezone` which can represent timezones with fixed offset from UTC such as UTC itself or North American EST and EDT. |
