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 76a8c87 commit 37e5b4fCopy full SHA for 37e5b4f
docs/extend.rst
@@ -37,7 +37,7 @@ Creators are what actually perform the creation of a virtual environment. The bu
37
all achieve this by referencing a global install; but would be just as valid for a creator to install a brand new
38
entire python under the target path; or one could add additional creators that can create virtual environments for other
39
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`:
+``virtualenv.create`` , and the class must implement :class:`virtualenv.create.creator.Creator`:
41
42
.. code-block:: ini
43
0 commit comments