mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in test_array.py (GH-23189)
This commit is contained in:
parent
9e1b828265
commit
9303b9ecc3
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ class BaseTest:
|
|||
a.insert(0, self.outside)
|
||||
self.assertEqual(list(exhit), [])
|
||||
# The iterator index points past the 0th position so inserting
|
||||
# an element in the beggining does not make it appear.
|
||||
# an element in the beginning does not make it appear.
|
||||
self.assertEqual(list(empit), [])
|
||||
self.assertEqual(list(a), [self.outside] + list(self.example))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue