Skip to content

Commit 23545fb

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 c76e70a commit 23545fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ Glossary
893893

894894
package
895895
A Python :term:`module` which can contain submodules or recursively,
896-
subpackages. Technically, a package is a Python module with an
896+
subpackages. Technically, a package is a Python module with a
897897
``__path__`` attribute.
898898

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

0 commit comments

Comments
 (0)