Thanks to visit codestin.com Credit goes to github.com
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.
importlib.machinery.NamespaceLoader
1 parent cf20540 commit 2e632faCopy full SHA for 2e632fa
1 file changed
Doc/library/importlib.rst
@@ -1145,7 +1145,7 @@ find and load modules.
1145
.. versionadded:: 3.4
1146
1147
1148
-.. class:: NamespaceLoader(name, path, path_finder):
+.. class:: NamespaceLoader(name, path, path_finder)
1149
1150
A concrete implementation of :class:`importlib.abc.InspectLoader` for
1151
namespace packages. This is an alias for a private class and is only made
0 commit comments