mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Removed confusing reference to sys (GH-31638)
(cherry picked from commit 28f84c72b6)
Co-authored-by: David Gilbertson <gilbertson.david@gmail.com>
This commit is contained in:
parent
653ca6c62b
commit
f8c3697aca
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue