Skip to content

Commit 8e83a23

Browse files
authored
Fix entry point key typo in docs
1 parent aa81cc4 commit 8e83a23

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
@@ -44,7 +44,7 @@ Creators are what actually perform the creation of a virtual environment. The bu
4444
all achieve this by referencing a global install; but would be just as valid for a creator to install a brand new
4545
entire python under the target path; or one could add additional creators that can create virtual environments for other
4646
python implementations, such as IronPython. They must be registered under and entry point with key
47-
``virtualenv.discovery`` , and the class must implement :class:`virtualenv.create.creator.Creator`:
47+
``virtualenv.create`` , and the class must implement :class:`virtualenv.create.creator.Creator`:
4848

4949
.. code-block:: ini
5050

0 commit comments

Comments
 (0)