We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5081e78 commit 28f84c7Copy full SHA for 28f84c7
Doc/reference/import.rst
@@ -84,9 +84,9 @@ considered a package.
84
85
All modules have a name. Subpackage names are separated from their parent
86
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`.
+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`.
90
91
92
Regular packages
0 commit comments