Skip to content

Commit 0f79740

Browse files
authored
pythongh-85453: Consistent backquotes on None occurences across datetime.rst (python#118282)
1 parent 11cbf77 commit 0f79740

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
@@ -1735,7 +1735,7 @@ day, and subject to adjustment via a :class:`tzinfo` object.
17351735
* ``fold in [0, 1]``.
17361736

17371737
If an argument outside those ranges is given, :exc:`ValueError` is raised. All
1738-
default to 0 except *tzinfo*, which defaults to :const:`None`.
1738+
default to 0 except *tzinfo*, which defaults to ``None``.
17391739

17401740
Class attributes:
17411741

0 commit comments

Comments
 (0)