Skip to content

Commit 06c7c15

Browse files
committed
✏️ fix typo in docstring
1 parent 13a455b commit 06c7c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/codemods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
class AnnotateIncomplete(VisitorBasedCodemodCommand):
3636
"""
37-
Sets the the missing tpye annotations to `_typeshed.Incomplete`.
37+
Sets the the missing type annotations to `_typeshed.Incomplete`.
3838
3939
To run this codemod, run the following command from the root directory:
4040

0 commit comments

Comments
 (0)