Kaydet (Commit) 05b41716 authored tarafından R. David Murray's avatar R. David Murray

Fix typo in assertSequenceEqual docstring.

üst 36ecd676
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment