mirror of https://github.com/python/cpython
Use `...` around binary strings.
This commit is contained in:
parent
0225a38907
commit
d2c0ec78d2
|
@ -52,7 +52,7 @@ def testtype(type, example):
|
|||
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()
|
||||
|
|
Loading…
Reference in New Issue