diff --git a/source/glossary.rst b/source/glossary.rst index cbf8da0eb..e68c39c19 100644 --- a/source/glossary.rst +++ b/source/glossary.rst @@ -122,17 +122,20 @@ Glossary Pure Module - A :term:`module` written in Python and contained in a single .py file (and - possibly associated .pyc and/or .pyo files). + A :term:`module` written in Python and contained in a single `.py` file (and + possibly associated `.pyc` and/or `.pyo` files). Python Packaging Authority (PyPA) - PyPA is a working group that maintains many of the relevant projects in - Python packaging. They maintain a site at https://www.pypa.io, host projects - on `github `_ and `bitbucket - `_, and discuss issues on the `pypa-dev - mailing list `_. + PyPA is a working group that maintains many of the relevant + projects in Python packaging. They maintain a site at + https://www.pypa.io, host projects on `GitHub + `_ and `Bitbucket + `_, and discuss issues on the + `distutils-sig mailing list + `_ + and `the Python Discourse forum `__. Python Package Index (PyPI)