Skip to content

Commit a55bd6f

Browse files
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 fc94d55) Co-authored-by: ab <[email protected]>
1 parent d038307 commit a55bd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ Glossary
882882

883883
package
884884
A Python :term:`module` which can contain submodules or recursively,
885-
subpackages. Technically, a package is a Python module with an
885+
subpackages. Technically, a package is a Python module with a
886886
``__path__`` attribute.
887887

888888
See also :term:`regular package` and :term:`namespace package`.

0 commit comments

Comments
 (0)