Skip to content

Commit dc25408

Browse files
committed
Merge branch 'master' of github.com:mvantellingen/python-zeep
2 parents 5cba337 + aebb26e commit dc25408

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)