Skip to content

Commit 608c638

Browse files
Update Doc/library/datetime.rst
clarify "arbitrary" with "zero or more" Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 2f91a57 commit 608c638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2588,7 +2588,7 @@ requires, and these work on all supported platforms.
25882588
+-----------+--------------------------------+------------------------+-------+
25892589
| ``%t`` | The tab character (``'\t'``). | ``\t`` | |
25902590
| | For :meth:`!strptime`, | | |
2591-
| | arbitrary whitespace. | | |
2591+
| | zero or more whitespace. | | |
25922592
+-----------+--------------------------------+------------------------+-------+
25932593
| ``%T`` | ISO 8601 time format, | 10:01:59 | |
25942594
| | equivalent to ``%H:%M:%S``. | | |

0 commit comments

Comments
 (0)