Skip to content

Commit 051d18b

Browse files
committed
Update strict doc
1 parent b251e4f commit 051d18b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Please see :ref:`settings` for more information.
5353

5454
Strict 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

0 commit comments

Comments
 (0)