mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/entrypoints: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
dc5bf05804
commit
4d33720f36
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue