]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] gh-85453: Consistent backquotes on None occurences across datetime.rst (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Apr 2024 08:44:23 +0000 (10:44 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2024 08:44:23 +0000 (10:44 +0200)
(cherry picked from commit 0f797402bc77192c76a952410ca8e17359feab3c)

Co-authored-by: edson duarte <eduarte.uatach@gmail.com>
Doc/library/datetime.rst

index c7545db2f241a6e751285ee16c248ad95291b398..26bd9f5e9bac97baf29f507ac6ec48053ec1cd74 100644 (file)
@@ -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: