]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479) (#112482)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 28 Nov 2023 00:21:18 +0000 (01:21 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Nov 2023 00:21:18 +0000 (00:21 +0000)
Docs: fix markup for `importlib.machinery.NamespaceLoader` (GH-112479)
(cherry picked from commit 2e632fa07d13a58be62f59be4e656ad58b378f9b)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/importlib.rst

index 386a47b05f93daf4103de006fcecc1b2a11b73fa..5978945fcd20f4595b57147f1ebcac5e54bd2f05 100644 (file)
@@ -1106,7 +1106,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