Skip to content

Commit a31ad12

Browse files
committed
drop (0) footnote from %t docs, reflecting support; add support note
1 parent d838236 commit a31ad12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2584,7 +2584,7 @@ requires, and these work on all supported platforms.
25842584
| ``%S`` | Second as a zero-padded | 00, 01, ..., 59 | \(4), |
25852585
| | decimal number. | | \(9) |
25862586
+-----------+--------------------------------+------------------------+-------+
2587-
| ``%t`` | The tab character | ``\t`` | \(0) |
2587+
| ``%t`` | The tab character | ``\t`` | |
25882588
| | (``'\t'``). | | |
25892589
+-----------+--------------------------------+------------------------+-------+
25902590
| ``%T`` | ISO 8601 time format, | 10:01:59 | |

0 commit comments

Comments
 (0)