diff options
author | Éric Araujo <merwok@netwok.org> | 2014-03-12 23:51:00 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2014-03-12 23:51:00 (GMT) |
commit | fa5e6e4773ea959a7cc354d54c50df507cf005c3 (patch) | |
tree | 31b2a5ad1a614394e303e171233c55d94646317f /Doc/library/pkgutil.rst | |
parent | d0fc83d5ebf860664ab2156549d3eb98a50212cd (diff) | |
download | cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.zip cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.tar.gz cpython-fa5e6e4773ea959a7cc354d54c50df507cf005c3.tar.bz2 |
Fix note markup (#16805).
Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
Diffstat (limited to 'Doc/library/pkgutil.rst')
-rw-r--r-- | Doc/library/pkgutil.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/pkgutil.rst b/Doc/library/pkgutil.rst index 22d44eb..7c4f912 100644 --- a/Doc/library/pkgutil.rst +++ b/Doc/library/pkgutil.rst @@ -146,6 +146,7 @@ support. *prefix* is a string to output on the front of every module name on output. .. note:: + Only works for a :term:`finder` which defines an ``iter_modules()`` method. This interface is non-standard, so the module also provides implementations for :class:`importlib.machinery.FileFinder` and @@ -184,6 +185,7 @@ support. walk_packages(ctypes.__path__, ctypes.__name__ + '.') .. note:: + Only works for a :term:`finder` which defines an ``iter_modules()`` method. This interface is non-standard, so the module also provides implementations for :class:`importlib.machinery.FileFinder` and |