Fix typo in documentation for time module, thanks to docs@

This commit is contained in:
Andrew Svetlov 2012-10-04 19:52:32 +03:00
parent 1a8db9cd1d
commit 3934b61a16
1 changed files with 1 additions and 1 deletions

View File

@ -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()