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.
1 parent ccbffa2 commit 7d4b6d7Copy full SHA for 7d4b6d7
peps/pep-0829.rst
@@ -111,7 +111,7 @@ This PEP proposes the following:
111
#. *Future extension:* :ref:`apply global policy filter <future>` on sorted
112
list of entry points.
113
114
-#. For each entry point, use :func:`pkg.resolve_name` to resolve the entry
+#. For each entry point, use :func:`pkgutil.resolve_name` to resolve the entry
115
point into a callable. Call the entry point with no arguments.
116
117
For both ``.pth`` files and ``.start`` files, comment lines (i.e. lines
0 commit comments