Thanks to visit codestin.com Credit goes to github.com
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 9e1b828 commit 9303b9eCopy full SHA for 9303b9e
1 file changed
Lib/test/test_array.py
@@ -393,7 +393,7 @@ def test_exhausted_reverse_iterator(self):
393
a.insert(0, self.outside)
394
self.assertEqual(list(exhit), [])
395
# The iterator index points past the 0th position so inserting
396
- # an element in the beggining does not make it appear.
+ # an element in the beginning does not make it appear.
397
self.assertEqual(list(empit), [])
398
self.assertEqual(list(a), [self.outside] + list(self.example))
399
0 commit comments