Skip to content

Commit 9ec157b

Browse files
Giftlingfyoung
authored andcommitted
DOC: Spelling + grammar in chainmap_impl.py (#17548)
1 parent 328c7e1 commit 9ec157b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/compat/chainmap_impl.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ def wrapper(self):
3434

3535
class ChainMap(MutableMapping):
3636
""" A ChainMap groups multiple dicts (or other mappings) together
37-
to create a single, updateable view.
37+
to create a single, updatable view.
3838
3939
The underlying mappings are stored in a list. That list is public and can
40-
accessed or updated using the *maps* attribute. There is no other state.
40+
be accessed / updated using the *maps* attribute. There is no other state.
4141
4242
Lookups search the underlying mappings successively until a key is found.
4343
In contrast, writes, updates, and deletions only operate on the first

0 commit comments

Comments
 (0)