PEP 461: Resolve uses of the default role (#3407)
This commit is contained in:
parent
2e87059c8e
commit
dfc21e6062
|
@ -60,7 +60,7 @@ synonym for b).
|
||||||
For the numeric codes, the only difference between ``str`` and ``bytes`` (or
|
For the numeric codes, the only difference between ``str`` and ``bytes`` (or
|
||||||
``bytearray``) interpolation is that the results from these codes will be
|
``bytearray``) interpolation is that the results from these codes will be
|
||||||
ASCII-encoded text, not unicode. In other words, for any numeric formatting
|
ASCII-encoded text, not unicode. In other words, for any numeric formatting
|
||||||
code `%x`::
|
code ``%x``::
|
||||||
|
|
||||||
b"%x" % val
|
b"%x" % val
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue