mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
'name space' -> 'namespace'
This commit is contained in:
parent
a488f30627
commit
dfb658c386
1 changed files with 8 additions and 8 deletions
|
@ -512,8 +512,8 @@ is done).
|
|||
Attribute assignment updates the module's namespace dictionary,
|
||||
e.g., ``\code{m.x = 1}'' is equivalent to ``\code{m.__dict__["x"] = 1}''.
|
||||
|
||||
Special read-only attribute: \member{__dict__} is the module's name
|
||||
space as a dictionary object.
|
||||
Special read-only attribute: \member{__dict__} is the module's
|
||||
namespace as a dictionary object.
|
||||
\ttindex{__dict__}
|
||||
|
||||
Predefined (writable) attributes: \member{__name__}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue