summaryrefslogtreecommitdiffstats
path: root/python/entrypoints
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:13:37 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:54 -0400
commit4d33720f3634efc7feb1abf6c39a0584ac1bbf38 (patch)
tree73714c7527c08353a69ec28d0821cd96c1a56fe0 /python/entrypoints
parentdc5bf058046e795be9b6bdd55057ff4938215894 (diff)
downloadslackbuilds-4d33720f3634efc7feb1abf6c39a0584ac1bbf38.tar.gz
slackbuilds-4d33720f3634efc7feb1abf6c39a0584ac1bbf38.tar.xz
python/entrypoints: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/entrypoints')
-rw-r--r--python/entrypoints/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/entrypoints/README b/python/entrypoints/README
index aa2e1c23f2..f9b9333894 100644
--- a/python/entrypoints/README
+++ b/python/entrypoints/README
@@ -1,4 +1,5 @@
-The entrypoints module contains functions to find and load entry points. Entry
-points are a way for Python packages to advertise objects with some common
-interface. The most common examples are console_scripts entry points, which
-define shell commands by identifying a Python function to run.
+The entrypoints module contains functions to find and load entry
+points. Entry points are a way for Python packages to advertise
+objects with some common interface. The most common examples
+are console_scripts entry points, which define shell commands by
+identifying a Python function to run.