Skip to content

Commit 7affcbc

Browse files
Apply suggestion from @encukou
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent b2e3763 commit 7affcbc

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
@@ -2537,7 +2537,7 @@ requires, and these work on all supported platforms.
25372537
| ``%D`` | Equivalent to ``%m/%d/%y``. | 11/10/2025 | \(9), |
25382538
| | | | \(0) |
25392539
+-----------+--------------------------------+------------------------+-------+
2540-
| ``%e`` | The day of the month as a | ``␣1``, ..., ``31`` | |
2540+
| ``%e`` | The day of the month as a | ␣1, ␣2, ..., 31 | |
25412541
| | space-padded decimal number. | | |
25422542
+-----------+--------------------------------+------------------------+-------+
25432543
| ``%F`` | Equivalent to ``%Y-%m-%d``, | 2025-10-11, | \(0) |

0 commit comments

Comments
 (0)