You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/defaulthooks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ Generic TypedDicts work on Python 3.11 and later, since that is the first Python
333
333
334
334
[`typing.Required`and`typing.NotRequired`](https://peps.python.org/pep-0655/) are supported.
335
335
336
-
[Similar to _attrs_ classes](customizing.md#using-cattrsgen-generators), un/structuring can be customized using {meth}`cattrs.gen.typeddicts.make_dict_structure_fn` and {meth}`cattrs.gen.typeddicts.make_dict_unstructure_fn`.
336
+
[Similar to _attrs_ classes](customizing.md#using-cattrsgen-hook-factories), un/structuring can be customized using {meth}`cattrs.gen.typeddicts.make_dict_structure_fn` and {meth}`cattrs.gen.typeddicts.make_dict_unstructure_fn`.
0 commit comments