We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da23c8e commit 2977c37Copy full SHA for 2977c37
concepts/dicts/about.md
@@ -172,7 +172,7 @@ You can change an entry `value` by assigning to its _key_:
172
New `key`:`value` pairs can be _added_ in the same fashion:
173
174
```python
175
-# Adding an new "color" key with a new "tawney" value.
+# Adding a new "color" key with a new "tawney" value.
176
>>> bear["color"] = 'tawney'
177
{'name': 'Grizzly Bear', 'speed': 40, 'land_animal': True, 'color': 'tawney'}
178
0 commit comments