We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ddbf4 commit 1c0ed70Copy full SHA for 1c0ed70
Doc/tutorial/inputoutput.rst
@@ -295,8 +295,8 @@ Now let's implement a function that sanitizes *any* HTML
295
296
This function iterates over the parts of the
297
: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.
+the :func:`html.escape` function, which converts special characters like ``<``,
+``>``, and ``&`` into their HTML-safe equivalents.
300
301
Now we can tie it all together:
302
0 commit comments