[Python-checkins] cpython (2.7): fix footnote reference; thanks to Fizz from docs@

sandro.tosi python-checkins at python.org
Wed Apr 25 19:57:14 CEST 2012


http://hg.python.org/cpython/rev/4b101df1e9f7
changeset:   76559:4b101df1e9f7
branch:      2.7
parent:      76557:8a8d2f05068a
user:        Sandro Tosi <sandro.tosi at gmail.com>
date:        Wed Apr 25 19:55:30 2012 +0200
summary:
  fix footnote reference; thanks to Fizz from 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
@@ -410,7 +410,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       |

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


More information about the Python-checkins mailing list