From: Alexander Belopolsky Date: Mon, 10 Jan 2011 19:14:38 +0000 (+0000) Subject: Fixed a footnote reference X-Git-Tag: v3.2rc1~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=04da1e013a6ad54b417d52b6c5e1312b18a67ae9;p=thirdparty%2FPython%2Fcpython.git Fixed a footnote reference --- diff --git a/Doc/library/time.rst b/Doc/library/time.rst index b8745a694980..dc6402c40002 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst @@ -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 |