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

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


http://hg.python.org/cpython/rev/d32b4503358b
changeset:   79458:d32b4503358b
parent:      79455:748fe6a84525
parent:      79457:aa7f9b4a7508
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Thu Oct 04 19:52:56 2012 +0300
summary:
  Merge: 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