Kaydet (Commit) d2c0ec78 authored tarafından Guido van Rossum's avatar Guido van Rossum

Use `...` around binary strings.

üst 0225a389
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment