summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/reference/expressions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index e2cc80d..084c6e4 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -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.