Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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