File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ Please see :ref:`settings` for more information.
5353
5454Strict mode
5555~~~~~~~~~~~
56- By default zeep will operate in 'strict' mode. This can be disabled if you are
57- working with a SOAP server which is not standards compliant by passing the
58- kwarg `` strict=False `` to the `` Client ``. Disabling strict mode will change
59- the following behaviour:
56+ By default zeep will operate in 'strict' mode. This can be disabled if you
57+ are working with a SOAP server which is not standards compliant by using the
58+ strict setting. See :ref: ` settings `. Disabling strict mode will change the
59+ following behaviour:
6060
6161 - The XML is parsed with the recover mode enabled
6262 - Nonoptional elements are allowed to be missing in xsd:sequences
You can’t perform that action at this time.
0 commit comments