projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3815316
)
fix footnote reference; thanks to Fizz from docs@
author
Sandro Tosi
<sandro.tosi@gmail.com>
Wed, 25 Apr 2012 17:55:30 +0000
(19:55 +0200)
committer
Sandro Tosi
<sandro.tosi@gmail.com>
Wed, 25 Apr 2012 17:55:30 +0000
(19:55 +0200)
Doc/library/time.rst
patch
|
blob
|
history
diff --git
a/Doc/library/time.rst
b/Doc/library/time.rst
index 6f97c2fe9549cdef60864b68bf90b7ff2a57f110..33c2ed7ce8e0b1aa288d844abbcddeb4d86c13b4 100644
(file)
--- 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 |