diff options
Diffstat (limited to 'Doc/dist/dist.tex')
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index 35478e9..dc97848 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -1737,7 +1737,7 @@ The Python Package Index (PyPI) not only stores the package info, but also the package data if the author of the package wishes to. The distutils command \command{upload} pushes the distribution files to PyPI. -The command is invokes immediately after building one or more distribution +The command is invoked immediately after building one or more distribution files. For example, the command \begin{verbatim} |