really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@
This commit is contained in:
parent
c4114ead71
commit
73ce5e73a6
|
@ -347,7 +347,7 @@ A string conversion is an expression list enclosed in reverse (a.k.a. backward)
|
||||||
quotes:
|
quotes:
|
||||||
|
|
||||||
.. productionlist::
|
.. productionlist::
|
||||||
string_conversion: "'" `expression_list` "'"
|
string_conversion: "`" `expression_list` "`"
|
||||||
|
|
||||||
A string conversion evaluates the contained expression list and converts the
|
A string conversion evaluates the contained expression list and converts the
|
||||||
resulting object into a string according to rules specific to its type.
|
resulting object into a string according to rules specific to its type.
|
||||||
|
|
Loading…
Reference in New Issue