We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 518c92a commit 26c429eCopy full SHA for 26c429e
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
0 commit comments