From b916ece24ee00760bdf53bf0e70137e8999b4611 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Wed, 20 Mar 2013 01:05:24 -0700 Subject: [PATCH] hm, wording --- boltons/setutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltons/setutils.py b/boltons/setutils.py index bee6d2c..795acfd 100644 --- a/boltons/setutils.py +++ b/boltons/setutils.py @@ -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))