Skip to content

Commit 22aaae8

Browse files
authored
Merge pull request #1942 from BenjaminRodenberg/patch-1
Fix typo in creating-command-line-tools.rst
2 parents 400582c + 22d9ddf commit 22aaae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/guides/creating-command-line-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ To just run the program without installing it permanently, use ``pipx run``, whi
154154
$ pipx run --spec . greet --doctor
155155
156156
This syntax is a bit impractical, however; as the name of the entry point we defined above does not match the package name,
157-
we need to state explicitly which executable script to run (even though there is only on in existence).
157+
we need to state explicitly which executable script to run (even though there is only one in existence).
158158

159159
There is, however, a more practical solution to this problem, in the form of an entry point specific to ``pipx run``.
160160
The same can be defined as follows in :file:`pyproject.toml`:

0 commit comments

Comments
 (0)