]> granicus.if.org Git - python/commitdiff
Fix typo in documentation for time module, thanks to docs@
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 4 Oct 2012 16:52:32 +0000 (19:52 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Thu, 4 Oct 2012 16:52:32 +0000 (19:52 +0300)
Doc/library/time.rst

index 799140c8990640d22dc5a6be1f82a304e48c48fc..bad3f47685b1e166dbbdc3669a42f169142b2a36 100644 (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()