fix %a bytes example
This commit is contained in:
parent
c633a95251
commit
d8a5b4d315
|
@ -136,7 +136,7 @@ Examples::
|
||||||
b'3.14'
|
b'3.14'
|
||||||
|
|
||||||
>>> b'%a' % b'abc'
|
>>> b'%a' % b'abc'
|
||||||
b'abc'
|
b"b'abc'"
|
||||||
|
|
||||||
>>> b'%a' % 'def'
|
>>> b'%a' % 'def'
|
||||||
b"'def'"
|
b"'def'"
|
||||||
|
|
Loading…
Reference in New Issue