mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@
This commit is contained in:
parent
c4114ead71
commit
73ce5e73a6
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ A string conversion is an expression list enclosed in reverse (a.k.a. backward)
|
|||
quotes:
|
||||
|
||||
.. productionlist::
|
||||
string_conversion: "'" `expression_list` "'"
|
||||
string_conversion: "`" `expression_list` "`"
|
||||
|
||||
A string conversion evaluates the contained expression list and converts the
|
||||
resulting object into a string according to rules specific to its type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue