Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2c0ec7

Browse files
committed
Use ... around binary strings.
1 parent 0225a38 commit d2c0ec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def testtype(type, example):
5252
print 'array of %s converted to a list: ' % a.typecode, a.tolist()
5353
if verbose:
5454
print 'array of %s converted to a string: ' \
55-
% a.typecode, a.tostring()
55+
% a.typecode, `a.tostring()`
5656

5757

5858
main()

0 commit comments

Comments
 (0)