We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f0631 commit 40a0f09Copy full SHA for 40a0f09
docs/stdlib/string.rst
@@ -165,11 +165,11 @@ Strings
165
166
.. versionadded:: 6.0
167
168
- Regular strings may use ``\(expr)`` to interpolate the value of
169
- ``expr`` into the string. The value will be cast to ``str`` if it
170
- is not already. For example:
+ Regular strings may use ``\(expr)`` to interpolate the value of
+ ``expr`` into the string. The value will be cast to ``str`` if it
+ is not already. For example:
171
172
- .. code-block:: edgeql-repl
+ .. code-block:: edgeql-repl
173
174
db> select '1 + 1 = \(1+1)';
175
{'1 + 1 = 2'}
0 commit comments