From: Andrew Svetlov Date: Thu, 4 Oct 2012 16:52:32 +0000 (+0300) Subject: Fix typo in documentation for time module, thanks to docs@ X-Git-Tag: v3.3.1rc1~815^2~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3934b61a1606161e38d53628a8dc7bde19d8767b;p=thirdparty%2FPython%2Fcpython.git Fix typo in documentation for time module, thanks to docs@ --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index 799140c89906..bad3f47685b1 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()