]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: fix markup for `importlib.machinery.NamespaceLoader` (#112479)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Tue, 28 Nov 2023 00:15:23 +0000 (00:15 +0000)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 00:15:23 +0000 (00:15 +0000)
Doc/library/importlib.rst

index fc954724bb72fea2eb43c08c6bf289bb935feac9..2402bc5cd3ee2c3c2da94970ff9264e0b7ed5a8f 100644 (file)
@@ -1145,7 +1145,7 @@ find and load modules.
       .. versionadded:: 3.4
 
 
-.. class:: NamespaceLoader(name, path, path_finder):
+.. class:: NamespaceLoader(name, path, path_finder)
 
    A concrete implementation of :class:`importlib.abc.InspectLoader` for
    namespace packages.  This is an alias for a private class and is only made