Skip to content

Commit 5398c1a

Browse files
authored
Fix typo
1 parent fd3dee4 commit 5398c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/transforms/remove_annotations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If these are detected, annotations are kept for that class:
1010

1111
- dataclasses.dataclass
1212
- typing.NamedTuple
13-
- typing.NamedDict
13+
- typing.TypedDict
1414

1515
If you know the module requires the annotations to be kept, disable this transform.
1616

0 commit comments

Comments
 (0)