]> granicus.if.org Git - python/commitdiff
Fixed a footnote reference
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 10 Jan 2011 19:14:38 +0000 (19:14 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Mon, 10 Jan 2011 19:14:38 +0000 (19:14 +0000)
Doc/library/time.rst

index b8745a694980e37ae91370248009570d26613bc3..dc6402c40002238dd42ca7bd5e2fb6d0f047169d 100644 (file)
@@ -400,7 +400,7 @@ The module defines the following functions and data items:
    +-------+-------------------+---------------------------------+
    | 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       |