Skip to content
Snippets Groups Projects
Unverified Commit f8c3697a authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Removed confusing reference to sys (GH-31638)


(cherry picked from commit 28f84c72)

Co-authored-by: default avatarDavid Gilbertson <gilbertson.david@gmail.com>
parent 653ca6c6
No related branches found
No related tags found
No related merge requests found
......@@ -84,9 +84,9 @@ considered a package.
All modules have a name. Subpackage names are separated from their parent
package name by a dot, akin to Python's standard attribute access syntax. Thus
you might have a module called :mod:`sys` and a package called :mod:`email`,
which in turn has a subpackage called :mod:`email.mime` and a module within
that subpackage called :mod:`email.mime.text`.
you might have a package called :mod:`email`, which in turn has a subpackage
called :mod:`email.mime` and a module within that subpackage called
:mod:`email.mime.text`.
Regular packages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment