hm, wording

This commit is contained in:
Mahmoud Hashemi 2013-03-20 01:05:24 -07:00
parent 528b389497
commit b916ece24e
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ class IndexedSet(MutableSet):
raise ValueError('%r is not in IndexedSet' % val)
# Tests of a manner of speaking
# Tests of a manner
if __name__ == '__main__':
zero2nine = IndexedSet(range(10))