mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Fix typo in assertSequenceEqual docstring.
This commit is contained in:
parent
36ecd676ea
commit
05b4171624
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ class TestCase(object):
|
|||
def assertSequenceEqual(self, seq1, seq2, msg=None, seq_type=None):
|
||||
"""An equality assertion for ordered sequences (like lists and tuples).
|
||||
|
||||
For the purposes of this function, a valid orderd sequence type is one
|
||||
For the purposes of this function, a valid ordered sequence type is one
|
||||
which can be indexed, has a length, and has an equality operator.
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue