]> granicus.if.org Git - python/commit
Issue 18944: fix a 1-character typo in test_set.py.
authorTim Peters <tim@python.org>
Fri, 6 Sep 2013 20:41:30 +0000 (15:41 -0500)
committerTim Peters <tim@python.org>
Fri, 6 Sep 2013 20:41:30 +0000 (15:41 -0500)
commit23d7d4e85cf5aac97bc8ae4ff0e753d70ad8e6e8
tree51936eb10f1c63ed8240fd6ad92b24e468cccfac
parentf315df31bd8a927768bb94c3342d155cdc87d997
Issue 18944:  fix a 1-character typo in test_set.py.

The error caused test_inline_methods() to test much less than intended.
Caught (& fixed) by Armin Rigo.
Lib/test/test_set.py