Skip to content

Commit 976a5fb

Browse files
committed
fix lint error about backquotes
1 parent f0fc793 commit 976a5fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0822.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This PEP proposes to add a feature that automatically removes indentation from m
2020

2121
Dedented multiline strings use a new prefix "d" (shorthand for "dedent") before the opening quote of a multiline string literal.
2222

23-
Example (spaces are visualized as `_`):
23+
Example (spaces are visualized as ``_``):
2424

2525
.. code-block:: python
2626
@@ -262,7 +262,7 @@ However, d-string is more suitable for multiline string literals because:
262262
triple-backquote
263263
-----------------
264264

265-
It is considered that `using triple backquotes ("\`\`\`") <https://discuss.python.org/t/40679>`__
265+
It is considered that `using triple backquotes <https://discuss.python.org/t/40679>`__
266266
for dedented multiline strings could be an alternative syntax.
267267
This notation is familiar to us from Markdown. While there were past concerns about certain keyboard layouts,
268268
nowadays many people are accustomed to typing this notation.

0 commit comments

Comments
 (0)