gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)

This commit is contained in:
edson duarte 2024-04-30 05:34:15 -03:00 committed by GitHub
parent 11cbf77f97
commit 0f797402bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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: