Skip to content

Commit 1c0ed70

Browse files
committed
Fix lint issue in inputoutput.rst
1 parent 71ddbf4 commit 1c0ed70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/tutorial/inputoutput.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Now let's implement a function that sanitizes *any* HTML
295295

296296
This function iterates over the parts of the
297297
:class:`~!string.templatelib.Template`, escaping any interpolated values using
298-
the :func:`html.escape` function, which converts special characters like `<`,
299-
`>`, and `&` into their HTML-safe equivalents.
298+
the :func:`html.escape` function, which converts special characters like ``<``,
299+
``>``, and ``&`` into their HTML-safe equivalents.
300300

301301
Now we can tie it all together:
302302

0 commit comments

Comments
 (0)