suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
172 stars 54 forks source link

fix code examples in README.md #50

Closed thedyrn closed 3 years ago

thedyrn commented 3 years ago

Fix markup in code blocks in "Simple Arguments" paragraph

thedyrn commented 3 years ago

Maybe convert to this option?

>>> result = client.service.getPercentBodyFat('jeff', 68, 170)
>>> print result

You have 21% body fat.
phillbaker commented 3 years ago

Thanks!