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))