[Python-checkins] r87900 - python/branches/py3k/Doc/library/time.rst

alexander.belopolsky python-checkins at python.org
Mon Jan 10 20:14:39 CET 2011


Author: alexander.belopolsky
Date: Mon Jan 10 20:14:38 2011
New Revision: 87900

Log:
Fixed a footnote reference

Modified:
   python/branches/py3k/Doc/library/time.rst

Modified: python/branches/py3k/Doc/library/time.rst
==============================================================================
--- python/branches/py3k/Doc/library/time.rst	(original)
+++ python/branches/py3k/Doc/library/time.rst	Mon Jan 10 20:14:38 2011
@@ -400,7 +400,7 @@
    +-------+-------------------+---------------------------------+
    | 4     | :attr:`tm_min`    | range [0, 59]                   |
    +-------+-------------------+---------------------------------+
-   | 5     | :attr:`tm_sec`    | range [0, 61]; see **(1)** in   |
+   | 5     | :attr:`tm_sec`    | range [0, 61]; see **(2)** in   |
    |       |                   | :func:`strftime` description    |
    +-------+-------------------+---------------------------------+
    | 6     | :attr:`tm_wday`   | range [0, 6], Monday is 0       |


More information about the Python-checkins mailing list