We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b060863 commit 8166addCopy full SHA for 8166add
1 file changed
docs/basics.md
@@ -31,7 +31,7 @@ Model(a=1)
31
_cattrs_ comes with a rich library of un/structuring rules by default, but it excels at composing custom rules with built-in ones.
32
33
The simplest approach to customization is wrapping an existing hook with your own function.
34
-A base hook can be obtained from a converter and be subjected to the very rich mechanisms of Python function composition.
+A base hook can be obtained from a converter and be subjected to the very rich machinery of function composition in Python.
35
36
```python
37
>>> from cattrs import get_structure_hook
0 commit comments