Skip to content
Merged
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion docs/spec/dataclasses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ customization of default behaviors:
In the future, we may add additional parameters to
``dataclass_transform`` as needed to support common behaviors in user
code. These additions will be made after reaching consensus on
typing-sig rather than via additional PEPs.
the `Python Discourse <https://discuss.python.org/c/typing/32>`__
rather than via additional PEPs.

The following sections provide additional examples showing how these
parameters are used.
Expand Down
Loading