From 4d33720f3634efc7feb1abf6c39a0584ac1bbf38 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:13:37 -0400 Subject: python/entrypoints: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/entrypoints/README | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'python/entrypoints/README') 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. -- cgit v1.2.3