Skip to content

Commit 6681638

Browse files
[3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst (GH-118282) (#118419)
(cherry picked from commit 0f79740) Co-authored-by: edson duarte <[email protected]>
1 parent 97c0194 commit 6681638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ day, and subject to adjustment via a :class:`tzinfo` object.
16911691
* ``fold in [0, 1]``.
16921692

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

16961696
Class attributes:
16971697

0 commit comments

Comments
 (0)