From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:44:23 +0000 (+0200) Subject: [3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst (GH... X-Git-Tag: v3.12.4~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=668163865c96ae141761b23895e128c8f7a9f29a;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst (GH-118282) (#118419) (cherry picked from commit 0f797402bc77192c76a952410ca8e17359feab3c) Co-authored-by: edson duarte --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index c7545db2f241..26bd9f5e9bac 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: