mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
The usual
This commit is contained in:
parent
330c660f66
commit
0b23348aa9
15 changed files with 782 additions and 124 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue