Skip to content

Commit

Permalink
Updating extend.rst typo (#2626)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagardesai1 committed Aug 18, 2023
1 parent 81383b2 commit 9313816
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 @@ -73,7 +73,7 @@ under and entry point with key ``virtualenv.seed`` , and the class must implemen
Activation scripts
------------------
If you want add an activator for a new shell you can do this by implementing a new activator. They must be registered
under and entry point with key ``virtualenv.activate`` , and the class must implement
under an entry point with key ``virtualenv.activate`` , and the class must implement
:class:`virtualenv.activation.activator.Activator`:

.. code-block:: ini
Expand Down

0 comments on commit 9313816

Please sign in to comment.