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 1349120 commit 1ff1065Copy full SHA for 1ff1065
docs/contributing/writing-docs-guide.md
@@ -242,7 +242,7 @@ Text snippets can be hidden with the option to show. Wrap it in an `admonition`
242
````{admonition} f-strings can make your life easier
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.
+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.
247
248
```{code-block} python
0 commit comments