mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Reword the doc string
This commit is contained in:
parent
70369f4f2d
commit
4e10647999
1 changed files with 2 additions and 2 deletions
|
|
@ -1400,8 +1400,8 @@ def __repr__(self):
|
|||
class Namespace(_AttributeHolder):
|
||||
"""Simple object for storing attributes.
|
||||
|
||||
Default values are stored in a dict name `__defaults__` so they won't mess
|
||||
with the given values.
|
||||
Default values are stored in a dict named `__defaults__` so they won't
|
||||
override the given values.
|
||||
|
||||
Implements equality by attribute names and values, and provides a simple
|
||||
string representation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue