Skip to content

Commit 7e6ea01

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

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
@@ -263,7 +263,7 @@ This would be rendered as:
263263
````{admonition} f-strings can make your life easier
264264
:class: toggle
265265
266-
To use formatted string literals, begin a string with f or F before the opening quotation mark or triple quotation mark.
266+
To use formatted string literals, begin a string with `f` or `F` before the opening quotation mark or triple quotation mark.
267267
Inside this string, you can write a Python expression between { and } characters that can refer to variables or literal values.
268268
269269
```{code-block} python

0 commit comments

Comments
 (0)