Skip to content

Commit e652581

Browse files
committed
fixup! Refactor documentation changes
1 parent 77c936a commit e652581

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
@@ -2654,7 +2654,7 @@ Notes:
26542654
making assumptions about the output value. Field orderings will vary (for
26552655
example, "month/day/year" versus "day/month/year"), and the output may
26562656
contain non-ASCII characters. :meth:`~.datetime.strptime` rejects non-ASCII
2657-
digits for non-locale-specific numeric format codes (e.g. `%Y`, `%H`, etc).
2657+
digits for non-locale-specific numeric format codes (e.g. ``%Y``, ``%H``, etc).
26582658

26592659
(2)
26602660
The :meth:`~.datetime.strptime` method can parse years in the full [1, 9999] range, but

0 commit comments

Comments
 (0)