Skip to content

Commit 2b15132

Browse files
committed
Fix typo
1 parent ba23a46 commit 2b15132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/doc/native_classes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ You need to install ``mypy-extensions`` to use ``@mypyc_attr``:
9090
pip install --upgrade mypy-extensions
9191
9292
Additionally, mypyc recognizes these base classes as special, and
93-
undersands how they alter the behavior of classes (including native
93+
understands how they alter the behavior of classes (including native
9494
classes) that subclass them:
9595

9696
* ``typing.NamedTuple``

0 commit comments

Comments
 (0)