From: edson duarte Date: Tue, 30 Apr 2024 08:34:15 +0000 (-0300) Subject: gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282) X-Git-Tag: v3.13.0b1~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f797402bc77192c76a952410ca8e17359feab3c;p=thirdparty%2FPython%2Fcpython.git gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282) --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b1b5e04c74b0..f40c6cea8382 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1735,7 +1735,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: