summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSaniya Maheshwari <saniya.mah@gmail.com>2022-06-11 17:07:39 +0530
committerSaniya Maheshwari <saniya.mah@gmail.com>2022-06-11 17:07:39 +0530
commit83b916b46490587fded8e4239ce45eac1d364075 (patch)
tree00369e65c2ff8a85d2d091bab624b0f37eb1a53b /docs
parent34f5fe436b74f4656aaefd22d8fab177274eb447 (diff)
downloadpython-setuptools-git-83b916b46490587fded8e4239ce45eac1d364075.tar.gz
Plugin name is `timmins-plugin-fancy`
Had incorrectly used `timmins_plugin_fancy` instead of `timmins-plugin-fancy` in several places.
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/entry_point.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst
index 5470c77c..d96472bf 100644
--- a/docs/userguide/entry_point.rst
+++ b/docs/userguide/entry_point.rst
@@ -367,9 +367,9 @@ of ``timmins-plugin-fancy``:
Basically, this configuration states that we are a supplying an entry point
under the group ``timmins.display``. The entry point is named ``excl`` and it
-refers to the function ``excl_display`` defined by the package ``timmins_plugin_fancy``.
+refers to the function ``excl_display`` defined by the package ``timmins-plugin-fancy``.
-Now, if we install both ``timmins`` and ``timmins_plugin_fancy``, we should get
+Now, if we install both ``timmins`` and ``timmins-plugin-fancy``, we should get
the following:
.. code-block:: pycon
@@ -378,7 +378,7 @@ the following:
>>> hello_world()
!!! Hello world !!!
-whereas if we only install ``timmins`` and not ``timmins_plugin_fancy``, we should
+whereas if we only install ``timmins`` and not ``timmins-plugin-fancy``, we should
get the following:
.. code-block:: pycon