Skip to content

Commit 1e606b4

Browse files
committed
Fix HISTORY
1 parent c3a2419 commit 1e606b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
2222
([#577](https://github.com/python-attrs/cattrs/pull/577))
2323
- Expose {func}`cattrs.cols.mapping_unstructure_factory` through {mod}`cattrs.cols`.
2424
- Some `defaultdicts` are now [supported by default](https://catt.rs/en/latest/defaulthooks.html#defaultdicts), and
25-
{func}`cattrs.cols.is_defaultdict`{func} and `cattrs.cols.defaultdict_structure_factory` are exposed through {mod}`cattrs.cols`.
25+
{func}`cattrs.cols.is_defaultdict` and {func}`cattrs.cols.defaultdict_structure_factory` are exposed through {mod}`cattrs.cols`.
2626
([#519](https://github.com/python-attrs/cattrs/issues/519) [#588](https://github.com/python-attrs/cattrs/pull/588))
2727
- Many preconf converters (_bson_, stdlib JSON, _cbor2_, _msgpack_, _msgspec_, _orjson_, _ujson_) skip unstructuring `int` and `str` enums,
2828
leaving them to the underlying libraries to handle with greater efficiency.
@@ -32,7 +32,7 @@ Our backwards-compatibility policy can be found [here](https://github.com/python
3232
- Preconf converters now handle dictionaries with literal keys properly.
3333
([#599](https://github.com/python-attrs/cattrs/pull/599))
3434
- Replace `cattrs.gen.MappingStructureFn` with `cattrs.SimpleStructureHook[In, T]`.
35-
- The {func}`is_typeddict <catrs.gen.typeddicts.is_typeddict>` predicate function is now exposed through the {mod}`cattrs.gen.typeddicts` module.
35+
- The {func}`is_typeddict <cattrs.gen.typeddicts.is_typeddict>` predicate function is now exposed through the {mod}`cattrs.gen.typeddicts` module.
3636
([#609](https://github.com/python-attrs/cattrs/pull/609))
3737
- Python 3.13 is now supported.
3838
([#543](https://github.com/python-attrs/cattrs/pull/543) [#547](https://github.com/python-attrs/cattrs/issues/547))

0 commit comments

Comments
 (0)