]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
authoredson duarte <eduarte.uatach@gmail.com>
Tue, 30 Apr 2024 08:34:15 +0000 (05:34 -0300)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 08:34:15 +0000 (10:34 +0200)
Doc/library/datetime.rst

index b1b5e04c74b0666b3a891b64ffb1f46a38417415..f40c6cea83820c4146bb6353508e7550a8d752b8 100644 (file)
@@ -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: