https://github.com/python/cpython/commit/0f797402bc77192c76a952410ca8e17359feab3c
commit: 0f797402bc77192c76a952410ca8e17359feab3c
branch: main
author: edson duarte <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2024-04-30T10:34:15+02:00
summary:
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
files:
M Doc/library/datetime.rst
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index b1b5e04c74b066..f40c6cea83820c 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:
_______________________________________________
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]