Skip to content

Commit e65dfa1

Browse files
committed
Update documentation of --custom-typeshed-dir
1 parent 8e2d326 commit e65dfa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/command_line.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,12 +743,14 @@ in developing or debugging mypy internals.
743743

744744
.. option:: --custom-typeshed-dir DIR
745745

746-
This flag specifies the directory where mypy looks for typeshed
746+
This flag specifies the directory where mypy looks for standard library typeshed
747747
stubs, instead of the typeshed that ships with mypy. This is
748748
primarily intended to make it easier to test typeshed changes before
749749
submitting them upstream, but also allows you to use a forked version of
750750
typeshed.
751751

752+
Note that this doesn't affect third-party library stubs.
753+
752754
.. _warn-incomplete-stub:
753755

754756
.. option:: --warn-incomplete-stub

0 commit comments

Comments
 (0)