Skip to content

Commit 99d7943

Browse files
Merge branch 'main' into translation/source
2 parents 4d50a2e + 22aaae8 commit 99d7943

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)