Skip to content

Commit d6fed46

Browse files
committed
Fix :class: ref bug
1 parent 08f25fc commit d6fed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ For example, here's a function that renders static parts lowercase and
300300
template = t"Mister {name}"
301301
assert lower_upper(template) == "mister WENSLYDALE"
302302
303-
Because :class:`Template` instances distinguish between static strings and
303+
Because :class:`!Template` instances distinguish between static strings and
304304
interpolations at runtime, they are useful for sanitizing user input. Here's
305305
a simple example that escapes user input in HTML:
306306

0 commit comments

Comments
 (0)