summaryrefslogtreecommitdiffstats
path: root/python/entrypoints/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/entrypoints/README')
-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.