Skip to content

Commit

Permalink
glossary.rst: Fix typo in package definition (pythonGH-98865)
Browse files Browse the repository at this point in the history
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 fc94d55)

Co-authored-by: ab <[email protected]>
  • Loading branch information
miss-islington and abousselmi authored Oct 29, 2022
1 parent d038307 commit a55bd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit a55bd6f

Please sign in to comment.