commit | 0b23348aa944dcb97c84b34d399c857f039e5773 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Nov 26 15:44:34 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Nov 26 15:44:34 1997 +0000 |
tree | 88178b09c8a16b93ab1ab174df968a61d36e7293 | |
parent | 330c660f66243094e082500bc1d760b2b86024cb [diff] [blame] |
The usual
diff --git a/Lib/dos-8x3/test_arr.py b/Lib/dos-8x3/test_arr.py index 832f192..e95fac4 100644 --- a/Lib/dos-8x3/test_arr.py +++ b/Lib/dos-8x3/test_arr.py
@@ -52,7 +52,7 @@ print 'array of %s converted to a list: ' % a.typecode, a.tolist() if verbose: print 'array of %s converted to a string: ' \ - % a.typecode, a.tostring() + % a.typecode, `a.tostring()` main()