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 77c936a commit e652581Copy full SHA for e652581
Doc/library/datetime.rst
@@ -2654,7 +2654,7 @@ Notes:
2654
making assumptions about the output value. Field orderings will vary (for
2655
example, "month/day/year" versus "day/month/year"), and the output may
2656
contain non-ASCII characters. :meth:`~.datetime.strptime` rejects non-ASCII
2657
- digits for non-locale-specific numeric format codes (e.g. `%Y`, `%H`, etc).
+ digits for non-locale-specific numeric format codes (e.g. ``%Y``, ``%H``, etc).
2658
2659
(2)
2660
The :meth:`~.datetime.strptime` method can parse years in the full [1, 9999] range, but
0 commit comments