diff options
author | Julien Palard <julien@palard.fr> | 2022-01-24 23:47:19 +0100 |
---|---|---|
committer | Julien Palard <julien@palard.fr> | 2022-01-24 23:47:19 +0100 |
commit | b48ef32c926052695008b2f4a8a2c68ca0d88678 (patch) | |
tree | 1c08f98b75d5759afc3ee7ff5ebbcedee753d297 /docs/deprecated/functionalities.rst | |
parent | 1a1397a4ef0327ba09ddd4a3d0916af48d3be7ec (diff) | |
download | python-setuptools-git-b48ef32c926052695008b2f4a8a2c68ca0d88678.tar.gz |
doc: Fix trailing spaces, tabs, and missing newlines at end of file.
Diffstat (limited to 'docs/deprecated/functionalities.rst')
-rw-r--r-- | docs/deprecated/functionalities.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/deprecated/functionalities.rst b/docs/deprecated/functionalities.rst index c6ea83b3..7213c5d6 100644 --- a/docs/deprecated/functionalities.rst +++ b/docs/deprecated/functionalities.rst @@ -30,4 +30,4 @@ invoked via symlinks. They *must* be invoked using their original filename, in order to ensure that, once running, ``pkg_resources`` will know what project and version is in use. The header script will check this and exit with an error if the ``.egg`` file has been renamed or is invoked via a symlink that -changes its base name.
\ No newline at end of file +changes its base name. |