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 f5e6ac1 commit 7e6ea01Copy full SHA for 7e6ea01
docs/contributing/writing-docs-guide.md
@@ -263,7 +263,7 @@ This would be rendered as:
263
````{admonition} f-strings can make your life easier
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.
+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.
268
269
```{code-block} python
0 commit comments