We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b58e78 commit 846c42bCopy full SHA for 846c42b
mypy/build.py
@@ -307,7 +307,7 @@ def default_lib_path(data_dir: str,
307
path.append('/usr/local/lib/mypy')
308
if not path:
309
print("Could not resolve typeshed subdirectories. If you are using mypy\n"
310
- "from source, you need to run \"git submodule --init update\".\n"
+ "from source, you need to run \"git submodule update --init\".\n"
311
"Otherwise your mypy install is broken.\nPython executable is located at "
312
"{0}.\nMypy located at {1}".format(sys.executable, data_dir), file=sys.stderr)
313
sys.exit(1)
0 commit comments