Skip to content

Commit f3cc0b4

Browse files
error in doc using settings in Client
1 parent da8a88b commit f3cc0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client.rst

Lines changed: 1 addition & 1 deletion
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)