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 d4cfe40 commit 3fdd195Copy full SHA for 3fdd195
1 file changed
Doc/library/datetime.rst
@@ -2537,9 +2537,8 @@ requires, and these work on all supported platforms.
2537
| ``%D`` | Equivalent to ``%m/%d/%y``. | 11/10/2025 | No | \(9) |
2538
| | | | | |
2539
+-----------+--------------------------------+------------------------+--------------+-------+
2540
-| ``%e`` | The day of the month as a | `` 1``, `` 2``, ..., | No | |
2541
-| | space-padded decimal number. | ``31`` | | |
2542
-| | | | | |
+| ``%e`` | The day of the month as a | ``␣1``, ..., ``31`` | No | |
+| | space-padded decimal number. | | | |
2543
2544
| ``%F`` | Equivalent to ``%Y-%m-%d``, | 2025-10-11, | No | |
2545
| | the ISO 8601 format. | 1001-12-30 | | |
0 commit comments