Skip to content

Commit d548479

Browse files
authored
Fix typo in entry-points.rst (#2976)
2 parents 2865034 + ac6374c commit d548479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/entry-points.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Packaging Entry Points
22
======================
33

44
It's recommended to write command line utilities as installable packages with
5-
entry points instead telling users to run ``python hello.py``.
5+
entry points instead of telling users to run ``python hello.py``.
66

77
A distribution package is a ``.whl`` file you install with pip or another Python
88
installer. You use a ``pyproject.toml`` file to describe the project and how it

0 commit comments

Comments
 (0)