diff options
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 19:52:32 +0300 |
|---|---|---|
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-04 19:52:32 +0300 |
| commit | 3934b61a1606161e38d53628a8dc7bde19d8767b (patch) | |
| tree | 5e6b4f0c65577b9ab37c907f9798331f5be3608b | |
| parent | 1a8db9cd1df9026713503468053b903e616fd148 (diff) | |
| download | cpython-git-3934b61a1606161e38d53628a8dc7bde19d8767b.tar.gz | |
Fix typo in documentation for time module, thanks to docs@
| -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 799140c899..bad3f47685 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() |
