Skip to content

Commit 28f84c7

Browse files
Removed confusing reference to sys (GH-31638)
1 parent 5081e78 commit 28f84c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/reference/import.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ considered a package.
8484

8585
All modules have a name. Subpackage names are separated from their parent
8686
package name by a dot, akin to Python's standard attribute access syntax. Thus
87-
you might have a module called :mod:`sys` and a package called :mod:`email`,
88-
which in turn has a subpackage called :mod:`email.mime` and a module within
89-
that subpackage called :mod:`email.mime.text`.
87+
you might have a package called :mod:`email`, which in turn has a subpackage
88+
called :mod:`email.mime` and a module within that subpackage called
89+
:mod:`email.mime.text`.
9090

9191

9292
Regular packages

0 commit comments

Comments
 (0)