We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b1481c commit 0a256a9Copy full SHA for 0a256a9
1 file changed
README.md
@@ -340,7 +340,7 @@ By default the library can serialize the following types:
340
- dict (if values and keys are one of types mentioned above, or inherit one of them)
341
- any Iterable (if types of values are mentioned above, or inherit one of them)
342
```
343
- If you want to add serialization of any other type or redefine the default behaviour.
+ If you want to add serialization of any other type or redefine the default behavior.
344
You should add something like this:
345
346
```python
0 commit comments