summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSaniya Maheshwari <saniya.mah@gmail.com>2022-06-10 09:10:51 +0530
committerSaniya Maheshwari <saniya.mah@gmail.com>2022-06-10 09:10:51 +0530
commit91e697b17bda17d89537c0d080da0e8a66e9da15 (patch)
treeddaa8843a005865b4456776bb8002e20deff037c /docs
parent7bf2e6f408ddf18d92b27d93f8b51819e27b06ca (diff)
downloadpython-setuptools-git-91e697b17bda17d89537c0d080da0e8a66e9da15.tar.gz
Added blank line
Fixes warning emitted during `tox -e docs`
Diffstat (limited to 'docs')
-rw-r--r--docs/userguide/entry_point.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst
index ccc8491e..32589985 100644
--- a/docs/userguide/entry_point.rst
+++ b/docs/userguide/entry_point.rst
@@ -163,6 +163,7 @@ Then, we can add a GUI script entry point:
.. note::
To be able to import ``PySimpleGUI``, you need to add ``pysimplegui`` to your package dependencies.
See :doc:`/userguide/dependency_management` for more information.
+
Now, running:
.. code-block:: bash