Skip to content

Commit 37e5b4f

Browse files
authored
Fix entry point key typo in docs (#2373)
1 parent 76a8c87 commit 37e5b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Creators are what actually perform the creation of a virtual environment. The bu
3737
all achieve this by referencing a global install; but would be just as valid for a creator to install a brand new
3838
entire python under the target path; or one could add additional creators that can create virtual environments for other
3939
python implementations, such as IronPython. They must be registered under and entry point with key
40-
``virtualenv.discovery`` , and the class must implement :class:`virtualenv.create.creator.Creator`:
40+
``virtualenv.create`` , and the class must implement :class:`virtualenv.create.creator.Creator`:
4141

4242
.. code-block:: ini
4343

0 commit comments

Comments
 (0)