[Python-checkins] cpython (3.3): Fix typo in documentation for time module, thanks to docs@

andrew.svetlov python-checkins at python.org
Thu Oct 4 18:55:12 CEST 2012


http://hg.python.org/cpython/rev/aa7f9b4a7508
changeset:   79457:aa7f9b4a7508
branch:      3.3
parent:      79454:87e4fdaa60bc
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Thu Oct 04 19:52:32 2012 +0300
summary:
  Fix typo in documentation for time module, thanks to docs@

files:
  Doc/library/time.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -557,7 +557,7 @@
    :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()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list