Skip to content

Commit 9a531e2

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: Fix build
2 parents a8fc6c5 + 26c429e commit 9a531e2

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
``ignore_empty_attributes`` (default: ``false``)

0 commit comments

Comments
 (0)