joshgachnang / diveintopython

A mirror of diveintopython.org.
157 stars 48 forks source link

simple typo ? #109

Open emezeta opened 7 years ago

emezeta commented 7 years ago

12.6. Introspecting SOAP Web Services with WSDL ... Example 12.8. Discovering The Available Methods

from SOAPpy import WSDL
wsdlFile = 'http://www.xmethods.net/sd/2001/TemperatureService.wsdl') ««
... 

May be the final bracket is left over here. Am I missing something else?