Author: Carl Friedrich Bolz <[email protected]>
Branch:
Changeset: r65356:902d013fd2ce
Date: 2013-07-11 22:31 +0200
http://bitbucket.org/pypy/pypy/changeset/902d013fd2ce/
Log: fix typo
diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/setobject.py
--- a/pypy/objspace/std/setobject.py
+++ b/pypy/objspace/std/setobject.py
@@ -180,8 +180,7 @@
if not space.isinstance_w(w_other, space.w_set):
return space.w_False
- # XXX there is no test_buildinshortcut.py
- # tested in test_buildinshortcut.py
+ # tested in test_builtinshortcut.py
# XXX do not make new setobject here
w_other_as_set = self._newobj(space, w_other)
return space.wrap(self.equals(w_other_as_set))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit