Skip to content
Open
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 src/msgspec/inspect.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ class DateTimeType(Type):
tz: bool
The timezone-requirements for an instance of this type. ``True``
indicates a timezone-aware value is required, ``False`` indicates a
timezone-aware value is required. The default is ``None``, which
timezone-naive value is required. The default is ``None``, which
accepts either timezone-aware or timezone-naive values.
"""

Expand Down
Loading