Docs: fix markup for importlib.machinery.NamespaceLoader (#112479)

This commit is contained in:
Alex Waygood 2023-11-28 00:15:23 +00:00 committed by GitHub
parent cf2054059c
commit 2e632fa07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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