Skip to content

Commit 7d4b6d7

Browse files
committed
Fix a cross reference
1 parent ccbffa2 commit 7d4b6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0829.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This PEP proposes the following:
111111
#. *Future extension:* :ref:`apply global policy filter <future>` on sorted
112112
list of entry points.
113113

114-
#. For each entry point, use :func:`pkg.resolve_name` to resolve the entry
114+
#. For each entry point, use :func:`pkgutil.resolve_name` to resolve the entry
115115
point into a callable. Call the entry point with no arguments.
116116

117117
For both ``.pth`` files and ``.start`` files, comment lines (i.e. lines

0 commit comments

Comments
 (0)