summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 17e3e4822..85d12b571 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -88,7 +88,7 @@ Glossary
The project files contain metadata that allow the package(s) to be installed, distributed, and tested.
distribution
- Setuptools / python packaging terminology. A file representing an
+ Setuptools / Python packaging terminology. A file representing an
installable library or application. Distributions are usually
archives that have the suffix of ``.whl``, ``.tar.gz``, or ``.zip``.
Distributions are the target of packaging-related commands such as ``pip install``.