Skip to content

Commit b753ea6

Browse files
committed
simplify docs, as requested
1 parent 7301962 commit b753ea6

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

Doc/library/datetime.rst

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2584,11 +2584,9 @@ 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'``, | ``\t`` | \(11) |
2588-
| | for ``strftime``, else | | |
2589-
| | for ``strptime``, any | | |
2590-
| | blank-space character(s), | | |
2591-
| | i.e., ``'\s+'``. | | |
2587+
| ``%t`` | The tab character (``'\t'``). | ``\t`` | |
2588+
| | For :meth:`!strptime`, | | |
2589+
| | arbitrary whitespace. | | |
25922590
+-----------+--------------------------------+------------------------+-------+
25932591
| ``%T`` | ISO 8601 time format, | 10:01:59 | |
25942592
| | equivalent to ``%H:%M:%S``. | | |
@@ -2884,12 +2882,6 @@ Notes:
28842882
:exc:`DeprecationWarning`. In 3.15 or later we may change this into
28852883
an error or change the default year to a leap year. See :gh:`70647`.
28862884

2887-
(11)
2888-
See `The Open Group Base Specifications Issue 8 IEEE Std 1003.1-2024
2889-
documentation for strptime
2890-
<https://pubs.opengroup.org/onlinepubs/9799919799/functions/strptime.html>`_
2891-
for details on the :meth: `~.datetime.strptime` invocation.
2892-
28932885
.. rubric:: Footnotes
28942886

28952887
.. [#] If, that is, we ignore the effects of Relativity

0 commit comments

Comments
 (0)