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 99331f4 commit eacac33Copy full SHA for eacac33
Doc/whatsnew/3.14.rst
@@ -337,8 +337,8 @@ template:
337
assert rendered == '<img src="limburger.jpg" alt="a cheese" />'
338
339
Of course, template processing code does not need to return a ``str`` or
340
-string-like result. For example, an even *more* advanced ``html()`` could
341
-return a custom ``Element`` type representing a DOM-like structure.
+string-like result. An even *more* advanced ``html()`` could return a custom ``Element``
+type representing a DOM-like structure.
342
343
With t-strings in place, developers can write systems that sanitize SQL,
344
make safe shell operations, improve logging, tackle modern ideas in web
0 commit comments