Skip to content

Commit 9befcc7

Browse files
author
Guido van Rossum
committed
Fix typo (from PR 1181 by Ismail.
1 parent b5e964e commit 9befcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubgen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def usage() -> None:
636636
637637
Generate draft stubs for modules.
638638
639-
Stubs are generated in directry ./out, to avoid overriding files with
639+
Stubs are generated in directory ./out, to avoid overriding files with
640640
manual changes. This directory is assumed to exist.
641641
642642
Options:

0 commit comments

Comments
 (0)