summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Tosi <sandro.tosi@gmail.com>2012-04-25 17:55:30 (GMT)
committerSandro Tosi <sandro.tosi@gmail.com>2012-04-25 17:55:30 (GMT)
commit51a5ad43b5bf8a72890af9c14d0d3bb67fa2957c (patch)
tree788569effcfecd1089ce3ca1880c392222395177
parent381531671435531e24f8f39745058e0f62165209 (diff)
downloadcpython-51a5ad43b5bf8a72890af9c14d0d3bb67fa2957c.zip
cpython-51a5ad43b5bf8a72890af9c14d0d3bb67fa2957c.tar.gz
cpython-51a5ad43b5bf8a72890af9c14d0d3bb67fa2957c.tar.bz2
fix footnote reference; thanks to Fizz from docs@
-rw-r--r--Doc/library/time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/time.rst b/Doc/library/time.rst
index 6f97c2f..33c2ed7 100644
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -410,7 +410,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 |