Skip to content

Commit 9fcb9db

Browse files
author
Guido van Rossum
committed
Remove namespace packages from the list of unsupported features
1 parent 3eabedd commit 9fcb9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installed_packages.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ the correct package directory. If that fails, you can use the
2525
find packages installed for that Python executable.
2626

2727
Note that mypy does not support some more advanced import features, such as zip
28-
imports, namespace packages, and custom import hooks.
28+
imports and custom import hooks.
2929

3030
If you do not want to use typed packages, use the ``--no-site-packages`` flag
3131
to disable searching.

0 commit comments

Comments
 (0)