[Python-checkins] glossary.rst: Fix typo in package definition (GH-98865)

miss-islington webhook-mailer at python.org
Sat Oct 29 18:52:11 EDT 2022


https://github.com/python/cpython/commit/23545fb277fdc8acc5574e81111cb05fca7a4d50
commit: 23545fb277fdc8acc5574e81111cb05fca7a4d50
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-29T15:52:05-07:00
summary:

glossary.rst: Fix typo in package definition (GH-98865)


This is a tiny typo fix of package definition in glossary.
According to https://devguide.python.org/documentation/help-documenting/ simple typos don’t require issues of their own, but, instead, a pull request can by submitted directly.

Automerge-Triggered-By: GH:AlexWaygood
(cherry picked from commit fc94d55ff453a3101e4c00a394d4e38ae2fece13)

Co-authored-by: ab <abousselmi at users.noreply.github.com>

files:
M Doc/glossary.rst

diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index c4231e772878..6e519df6a1e0 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -893,7 +893,7 @@ Glossary
 
    package
       A Python :term:`module` which can contain submodules or recursively,
-      subpackages.  Technically, a package is a Python module with an
+      subpackages.  Technically, a package is a Python module with a
       ``__path__`` attribute.
 
       See also :term:`regular package` and :term:`namespace package`.



More information about the Python-checkins mailing list