From 356c64bdd68ba573713c6100acac44f3874774f9 Mon Sep 17 00:00:00 2001 From: edson duarte Date: Tue, 30 Apr 2024 05:34:15 -0300 Subject: [PATCH] gh-85453: Consistent backquotes on None occurences across datetime.rst (GH-118282) (cherry picked from commit 0f797402bc77192c76a952410ca8e17359feab3c) Co-authored-by: edson duarte --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index c7545db2f241a6..26bd9f5e9bac97 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1691,7 +1691,7 @@ day, and subject to adjustment via a :class:`tzinfo` object. * ``fold in [0, 1]``. If an argument outside those ranges is given, :exc:`ValueError` is raised. All - default to 0 except *tzinfo*, which defaults to :const:`None`. + default to 0 except *tzinfo*, which defaults to ``None``. Class attributes: