summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-01-16 18:39:34 -0500
committerGitHub <noreply@github.com>2021-01-16 18:39:34 -0500
commit1610951adcdc467aa074fb6f915c64f86695d7f7 (patch)
treec33dcd09ac4a29d62c92f7d410af860ce1a3d9eb
parent2220cb77c97ce5f84af3b298b67458b475817f3a (diff)
parente83dc66104e2a5ad8e5a8db3079d24628b1fa6d7 (diff)
downloadpython-setuptools-git-1610951adcdc467aa074fb6f915c64f86695d7f7.tar.gz
Merge pull request #2507 from drewrisinger/patch-1
docs (build_meta): fix spelling mistake
-rw-r--r--docs/build_meta.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build_meta.rst b/docs/build_meta.rst
index 9744488e..2ad5ae26 100644
--- a/docs/build_meta.rst
+++ b/docs/build_meta.rst
@@ -7,7 +7,7 @@ What is it?
Python packaging has come `a long way <https://www.bernat.tech/pep-517-518/>`_.
-The traditional ``setuptools`` way of packgaging Python modules
+The traditional ``setuptools`` way of packaging Python modules
uses a ``setup()`` function within the ``setup.py`` script. Commands such as
``python setup.py bdist`` or ``python setup.py bdist_wheel`` generate a
distribution bundle and ``python setup.py install`` installs the distribution.