We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8fc6c5 + 26c429e commit 9a531e2Copy full SHA for 9a531e2
serializer/encoders.rst
@@ -202,7 +202,7 @@ These are the options available on the :ref:`serializer context <serializer-cont
202
If set to ``false``, will not wrap any value containing one of the
203
following characters ( ``<``, ``>``, ``&``) in `a CDATA section`_ like
204
following: ``<![CDATA[...]]>``.
205
-``cdata_wrapping_pattern`` (default: ````/[<>&]/````)
+``cdata_wrapping_pattern`` (default: ``/[<>&]/``)
206
A regular expression pattern to determine if a value should be wrapped
207
in a CDATA section.
208
``ignore_empty_attributes`` (default: ``false``)
0 commit comments