https://github.com/python/cpython/commit/668163865c96ae141761b23895e128c8f7a9f29a commit: 668163865c96ae141761b23895e128c8f7a9f29a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland <[email protected]> date: 2024-04-30T10:44:23+02:00 summary:
[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 <[email protected]> files: M Doc/library/datetime.rst 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: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
