We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2865034 + ac6374c commit d548479Copy full SHA for d548479
1 file changed
docs/entry-points.rst
@@ -2,7 +2,7 @@ Packaging Entry Points
2
======================
3
4
It's recommended to write command line utilities as installable packages with
5
-entry points instead telling users to run ``python hello.py``.
+entry points instead of telling users to run ``python hello.py``.
6
7
A distribution package is a ``.whl`` file you install with pip or another Python
8
installer. You use a ``pyproject.toml`` file to describe the project and how it
0 commit comments