mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
merge heads
This commit is contained in:
commit
236c0ea614
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