Skip to content

Commit 8166add

Browse files
committed
Small doc tweak
1 parent b060863 commit 8166add

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Model(a=1)
3131
_cattrs_ comes with a rich library of un/structuring rules by default, but it excels at composing custom rules with built-in ones.
3232

3333
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.
34+
A base hook can be obtained from a converter and be subjected to the very rich machinery of function composition in Python.
3535

3636
```python
3737
>>> from cattrs import get_structure_hook

0 commit comments

Comments
 (0)