mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
gh-85453: Consistent backquotes on None occurences across datetime.rst (#118282)
This commit is contained in:
parent
11cbf77f97
commit
0f797402bc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue