Skip to content

Commit 40a0f09

Browse files
committed
Fix indentation in string docs
1 parent d9f0631 commit 40a0f09

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/stdlib/string.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ Strings
165165

166166
.. versionadded:: 6.0
167167

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:
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:
171171

172-
.. code-block:: edgeql-repl
172+
.. code-block:: edgeql-repl
173173
174174
db> select '1 + 1 = \(1+1)';
175175
{'1 + 1 = 2'}

0 commit comments

Comments
 (0)