mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Fix typo in example file name. Found by John Bokma on docs@.
This commit is contained in:
parent
6647a719bc
commit
ac39addd72
1 changed files with 1 additions and 1 deletions
|
|
@ -478,7 +478,7 @@ list of module names that should be imported when ``from package import *`` is
|
||||||
encountered. It is up to the package author to keep this list up-to-date when a
|
encountered. It is up to the package author to keep this list up-to-date when a
|
||||||
new version of the package is released. Package authors may also decide not to
|
new version of the package is released. Package authors may also decide not to
|
||||||
support it, if they don't see a use for importing \* from their package. For
|
support it, if they don't see a use for importing \* from their package. For
|
||||||
example, the file :file:`sounds/effects/__init__.py` could contain the following
|
example, the file :file:`sound/effects/__init__.py` could contain the following
|
||||||
code::
|
code::
|
||||||
|
|
||||||
__all__ = ["echo", "surround", "reverse"]
|
__all__ = ["echo", "surround", "reverse"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue