Skip to content

Commit eacac33

Browse files
committed
Too many 'for example'
1 parent 99331f4 commit eacac33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ template:
337337
assert rendered == '<img src="limburger.jpg" alt="a cheese" />'
338338
339339
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.
340+
string-like result. An even *more* advanced ``html()`` could return a custom ``Element``
341+
type representing a DOM-like structure.
342342

343343
With t-strings in place, developers can write systems that sanitize SQL,
344344
make safe shell operations, improve logging, tackle modern ideas in web

0 commit comments

Comments
 (0)