diff options
author | Matt Deitke <mdeitke23@gmail.com> | 2020-12-13 20:42:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-13 20:42:20 -0800 |
commit | 9008e48a54bde1cbbabaf4423906630a4edab877 (patch) | |
tree | 4196082098b5c337689a540dcd8b2010cdf59d05 | |
parent | d368be2b5be8676ba8a3d55045b45b55090f6982 (diff) | |
download | python-setuptools-git-9008e48a54bde1cbbabaf4423906630a4edab877.tar.gz |
typo
-rw-r--r-- | docs/userguide/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 30989826..1d557d47 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -71,7 +71,7 @@ file in the ``dist`` directory), which you can upload to PyPI! Of course, before you release your project to PyPI, you'll want to add a bit more information to your setup script to help people find or learn about your project. And maybe your project will have grown by then to include a few -dependencies, and perhaps some data files and scripts. In the next few section, +dependencies, and perhaps some data files and scripts. In the next few sections, we will walk through those additional but essential information you need to specify to properly package your project. |