We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f25fc commit d6fed46Copy full SHA for d6fed46
Doc/whatsnew/3.14.rst
@@ -300,7 +300,7 @@ For example, here's a function that renders static parts lowercase and
300
template = t"Mister {name}"
301
assert lower_upper(template) == "mister WENSLYDALE"
302
303
-Because :class:`Template` instances distinguish between static strings and
+Because :class:`!Template` instances distinguish between static strings and
304
interpolations at runtime, they are useful for sanitizing user input. Here's
305
a simple example that escapes user input in HTML:
306
0 commit comments