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