Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc49790

Browse files
committed
minor .rst fix
1 parent d47f0d6 commit cc49790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/imp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This module provides an interface to the mechanisms used to implement the
6464
path and the last item in the *description* tuple is :const:`PKG_DIRECTORY`.
6565

6666
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
67+
dots). In order to find *P.M*, that is, submodule *M* of package *P*, use
6868
:func:`find_module` and :func:`load_module` to find and load package *P*, and
6969
then use :func:`find_module` with the *path* argument set to ``P.__path__``.
7070
When *P* itself has a dotted name, apply this recipe recursively.

0 commit comments

Comments
 (0)