diff options
| author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-10 19:14:38 +0000 |
|---|---|---|
| committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-01-10 19:14:38 +0000 |
| commit | 04da1e013a6ad54b417d52b6c5e1312b18a67ae9 (patch) | |
| tree | 11007f3d4bd0944285f77002748a06c80999505d | |
| parent | de2e618eb99bc92ad2ac19503b86fa8410811f54 (diff) | |
| download | cpython-git-04da1e013a6ad54b417d52b6c5e1312b18a67ae9.tar.gz | |
Fixed a footnote reference
| -rw-r--r-- | Doc/library/time.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index b8745a6949..dc6402c400 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 | |
