Skip to content

Commit aebb26e

Browse files
Merge pull request mvantellingen#782 from popokatapepel/patch-1
error in doc using settings in Client
2 parents 0037580 + f3cc0b4 commit aebb26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ initialise the object using the following code:
3636
3737
from zeep import Client, Settings
3838
39-
settings = Setting(strict=False, xml_huge_tree=True)
39+
settings = Settings(strict=False, xml_huge_tree=True)
4040
client = Client('http://my-wsdl/wsdl', settings=settings)
4141
4242

0 commit comments

Comments
 (0)