diff options
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 |
commit | 4d33720f3634efc7feb1abf6c39a0584ac1bbf38 (patch) | |
tree | 73714c7527c08353a69ec28d0821cd96c1a56fe0 /python/entrypoints | |
parent | dc5bf058046e795be9b6bdd55057ff4938215894 (diff) |
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/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/entrypoints/README b/python/entrypoints/README index aa2e1c23f2d7..f9b933389499 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. |