Skip to content

Commit 26c429e

Browse files
committed
Fix build
1 parent 518c92a commit 26c429e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/encoders.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ These are the options available on the :ref:`serializer context <serializer-cont
202202
If set to ``false``, will not wrap any value containing one of the
203203
following characters ( ``<``, ``>``, ``&``) in `a CDATA section`_ like
204204
following: ``<![CDATA[...]]>``.
205-
``cdata_wrapping_pattern`` (default: ````/[<>&]/````)
205+
``cdata_wrapping_pattern`` (default: ``/[<>&]/``)
206206
A regular expression pattern to determine if a value should be wrapped
207207
in a CDATA section.
208208

0 commit comments

Comments
 (0)