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 d47f0d6 commit cc49790Copy full SHA for cc49790
1 file changed
Doc/library/imp.rst
@@ -64,7 +64,7 @@ This module provides an interface to the mechanisms used to implement the
64
path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`.
65
66
This function does not handle hierarchical module names (names containing
67
- dots). In order to find *P*.*M*, that is, submodule *M* of package *P*, use
+ dots). In order to find *P.M*, that is, submodule *M* of package *P*, use
68
:func:`find_module` and :func:`load_module` to find and load package *P*, and
69
then use :func:`find_module` with the *path* argument set to ``P.__path__``.
70
When *P* itself has a dotted name, apply this recipe recursively.
0 commit comments