PEP 461: Resolve uses of the default role (#3407)

This commit is contained in:
Adam Turner 2023-09-01 20:31:06 +01:00 committed by GitHub
parent 2e87059c8e
commit dfc21e6062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ synonym for b).
For the numeric codes, the only difference between ``str`` and ``bytes`` (or
``bytearray``) interpolation is that the results from these codes will be
ASCII-encoded text, not unicode. In other words, for any numeric formatting
code `%x`::
code ``%x``::
b"%x" % val