'name space' -> 'namespace'

This commit is contained in:
Guido van Rossum 1998-07-23 17:54:36 +00:00
parent a488f30627
commit dfb658c386

View file

@ -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__}