Skip to content

Commit 0dbe83b

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

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
@@ -243,7 +243,7 @@ Text snippets can be hidden with the option to show. Wrap it in an `admonition`
243243
:class: toggle
244244
245245
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.
246+
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
249249
:linenos:

0 commit comments

Comments
 (0)