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 1ff1065 commit 0dbe83bCopy full SHA for 0dbe83b
docs/contributing/writing-docs-guide.md
@@ -243,7 +243,7 @@ Text snippets can be hidden with the option to show. Wrap it in an `admonition`
243
:class: toggle
244
245
To use formatted string literals, begin a string with `f` or `F` before the opening quotation mark or triple quotation mark.
246
-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.
247
248
```{code-block} python
249
:linenos:
0 commit comments