summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDrew <drewrisinger@users.noreply.github.com>2020-12-25 15:52:54 -0500
committerGitHub <noreply@github.com>2020-12-25 15:52:54 -0500
commite83dc66104e2a5ad8e5a8db3079d24628b1fa6d7 (patch)
treee44cae139af368b246f6240d903a860aa166fa11 /docs
parent2878bad0df158243d1e6601110ec12868e201d81 (diff)
downloadpython-setuptools-git-e83dc66104e2a5ad8e5a8db3079d24628b1fa6d7.tar.gz
docs (build_meta): fix spelling mistake
Diffstat (limited to 'docs')
-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.