diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 16:52:32 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 16:52:32 (GMT) |
commit | 3934b61a1606161e38d53628a8dc7bde19d8767b (patch) | |
tree | 5e6b4f0c65577b9ab37c907f9798331f5be3608b /Doc/library/time.rst | |
parent | 1a8db9cd1df9026713503468053b903e616fd148 (diff) | |
download | cpython-3934b61a1606161e38d53628a8dc7bde19d8767b.zip cpython-3934b61a1606161e38d53628a8dc7bde19d8767b.tar.gz cpython-3934b61a1606161e38d53628a8dc7bde19d8767b.tar.bz2 |
Fix typo in documentation for time module, thanks to docs@
Diffstat (limited to 'Doc/library/time.rst')
-rw-r--r-- | Doc/library/time.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 799140c..bad3f47 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -557,7 +557,7 @@ The module defines the following functions and data items: :exc:`TypeError` is raised. .. versionchanged:: 3.3 - :attr:`tm_gmtoff` and :attr:`tm_zone` attributes are avaliable on platforms + :attr:`tm_gmtoff` and :attr:`tm_zone` attributes are available on platforms with C library supporting the corresponding fields in ``struct tm``. .. function:: time() |