Skip to content

Commit 257d244

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

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
@@ -264,7 +264,7 @@ This would be rendered as:
264264
:class: toggle
265265
266266
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.
267+
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
270270
:linenos:

0 commit comments

Comments
 (0)