Skip to content

Commit 411e1f1

Browse files
Fixed typo in extending mypy docs. (#18234)
1 parent e731185 commit 411e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/extending_mypy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ Mypy ships ``mypy.plugins.proper_plugin`` plugin which can be useful
245245
for plugin authors, since it finds missing ``get_proper_type()`` calls,
246246
which is a pretty common mistake.
247247

248-
It is recommended to enable it is a part of your plugin's CI.
248+
It is recommended to enable it as a part of your plugin's CI.

0 commit comments

Comments
 (0)