Skip to content

Commit 66d34e0

Browse files
uranusjrgaborbernat
authored andcommitted
Fix entry point key typo in docs
1 parent b2a9579 commit 66d34e0

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)