We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6ea01 commit 257d244Copy full SHA for 257d244
docs/contributing/writing-docs-guide.md
@@ -264,7 +264,7 @@ This would be rendered as:
264
:class: toggle
265
266
To use formatted string literals, begin a string with `f` or `F` before the opening quotation mark or triple quotation mark.
267
-Inside this string, you can write a Python expression between { and } characters that can refer to variables or literal values.
+Inside this string, you can write a Python expression between `{` and `}` characters that can refer to variables or literal values.
268
269
```{code-block} python
270
:linenos:
0 commit comments