Skip to content

Commit 4a3cb50

Browse files
committed
Fix heading type
1 parent 0661217 commit 4a3cb50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Some existing templates may unintentionally convert non-strings to strings.
8888
In previous versions this was sometimes masked by the evaluation of strings as Python literals.
8989

9090
Example - Unintentional String Conversion
91-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
91+
"""""""""""""""""""""""""""""""""""""""""
9292

9393
This expression erroneously passes a list to the ``replace`` filter, which operates only on strings.
9494
The filter silently converts the list input to a string.

0 commit comments

Comments
 (0)