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 3653eeb commit 5bc207aCopy full SHA for 5bc207a
Lib/test/mapping_tests.py
@@ -20,7 +20,7 @@ def _empty_mapping(self):
20
"""Return an empty mapping object"""
21
return self.type2test()
22
def _full_mapping(self, data):
23
- """Return a mapping object with the value contained in data
+ """Return a mapping object with the values contained in data
24
dictionary"""
25
return self.type2test(data)
26
@@ -144,7 +144,7 @@ def test_get(self):
144
145
class BasicTestMappingProtocol(BasicTestImmutableMappingProtocol):
146
147
148
149
x = self._empty_mapping()
150
for key, value in data.items():
0 commit comments