We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e3763 commit 7affcbcCopy full SHA for 7affcbc
Doc/library/datetime.rst
@@ -2537,7 +2537,7 @@ requires, and these work on all supported platforms.
2537
| ``%D`` | Equivalent to ``%m/%d/%y``. | 11/10/2025 | \(9), |
2538
| | | | \(0) |
2539
+-----------+--------------------------------+------------------------+-------+
2540
-| ``%e`` | The day of the month as a | ``␣1``, ..., ``31`` | |
+| ``%e`` | The day of the month as a | ␣1, ␣2, ..., 31 | |
2541
| | space-padded decimal number. | | |
2542
2543
| ``%F`` | Equivalent to ``%Y-%m-%d``, | 2025-10-11, | \(0) |
0 commit comments