Skip to content

Commit

Permalink
Fix entry point key typo in docs (#2373)
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Jul 23, 2022
1 parent 76a8c87 commit 37e5b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Creators are what actually perform the creation of a virtual environment. The bu
all achieve this by referencing a global install; but would be just as valid for a creator to install a brand new
entire python under the target path; or one could add additional creators that can create virtual environments for other
python implementations, such as IronPython. They must be registered under and entry point with key
``virtualenv.discovery`` , and the class must implement :class:`virtualenv.create.creator.Creator`:
``virtualenv.create`` , and the class must implement :class:`virtualenv.create.creator.Creator`:

.. code-block:: ini
Expand Down

0 comments on commit 37e5b4f

Please sign in to comment.