Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down