From 93138168e8e413060c8163e0d2f2420ff687b5c2 Mon Sep 17 00:00:00 2001 From: sagardesai1 <31146214+sagardesai1@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:48:30 -0600 Subject: [PATCH] Updating extend.rst typo (#2626) --- docs/extend.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend.rst b/docs/extend.rst index ba2a6fe75..940e783e1 100644 --- a/docs/extend.rst +++ b/docs/extend.rst @@ -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