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 b2a9579 commit 66d34e0Copy full SHA for 66d34e0
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