summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-20 21:02:29 +0100
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2022-11-20 21:05:08 +0100
commit71d9566c22710b57c9564c0cd6332f9be71b4e83 (patch)
tree2234639d2c5d8008a3605cdc1222a6548a98bac1 /docs/userguide
parent59ee4980a0f49ea610e26a1aca104334ae03d140 (diff)
downloadpython-setuptools-git-71d9566c22710b57c9564c0cd6332f9be71b4e83.tar.gz
Get rid of trailing spaces, mainly in docs
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/entry_point.rst2
-rw-r--r--docs/userguide/quickstart.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/userguide/entry_point.rst b/docs/userguide/entry_point.rst
index 6ba00287..163ce1d9 100644
--- a/docs/userguide/entry_point.rst
+++ b/docs/userguide/entry_point.rst
@@ -89,7 +89,7 @@ configuration:
.. tab:: setup.py
.. code-block:: python
-
+
from setuptools import setup
setup(
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index fe5c5bc2..bf92f6a2 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -165,7 +165,7 @@ to specify to properly package your project.
:doc:`setup.cfg <declarative_config>`, and keep the ``setup.py`` minimal
with only the dynamic parts (or even omit it completely if applicable).
- See `Why you shouldn't invoke setup.py directly`_ for more background.
+ See `Why you shouldn't invoke setup.py directly`_ for more background.
.. _Why you shouldn't invoke setup.py directly: https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html