mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Whitespace normalization.
This commit is contained in:
parent
eb26ea3f83
commit
95621b25dc
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ def walk_packages(path=None, prefix='', onerror=None):
|
|||
Examples:
|
||||
|
||||
# list all modules python can access
|
||||
walk_packages()
|
||||
walk_packages()
|
||||
|
||||
# list all submodules of ctypes
|
||||
walk_packages(ctypes.__path__, ctypes.__name__+'.')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue