commit | 23d7d4e85cf5aac97bc8ae4ff0e753d70ad8e6e8 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim@python.org> | Fri Sep 06 15:41:30 2013 -0500 |
committer | Tim Peters <tim@python.org> | Fri Sep 06 15:41:30 2013 -0500 |
tree | 51936eb10f1c63ed8240fd6ad92b24e468cccfac | |
parent | f315df31bd8a927768bb94c3342d155cdc87d997 [diff] |
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.