mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
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
This commit is contained in:
parent
bfecff5f73
commit
fc94d55ff4
1 changed files with 1 additions and 1 deletions
|
|
@ -882,7 +882,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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue