Skip to content

Commit 1ff1065

Browse files
ksuessstevepiercy
andcommitted
Update docs/contributing/writing-docs-guide.md
Co-authored-by: Steve Piercy <[email protected]>
1 parent 1349120 commit 1ff1065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/writing-docs-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Text snippets can be hidden with the option to show. Wrap it in an `admonition`
242242
````{admonition} f-strings can make your life easier
243243
:class: toggle
244244
245-
To use formatted string literals, begin a string with f or F before the opening quotation mark or triple quotation mark.
245+
To use formatted string literals, begin a string with `f` or `F` before the opening quotation mark or triple quotation mark.
246246
Inside this string, you can write a Python expression between { and } characters that can refer to variables or literal values.
247247
248248
```{code-block} python

0 commit comments

Comments
 (0)