Skip to content

Commit e2252bf

Browse files
committed
Fixed a typo.
1 parent 57d439e commit e2252bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/utils.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ escaping HTML.
529529

530530
.. code-block:: python
531531

532-
format_html(u"%{0} <b>{1}</b> {2}",
532+
format_html(u"{0} <b>{1}</b> {2}",
533533
mark_safe(some_html), some_text, some_other_text)
534534

535535
This has the advantage that you don't need to apply :func:`escape` to each

0 commit comments

Comments
 (0)