fix comment typo

This commit is contained in:
Jurko Gospodnetić 2015-06-29 21:48:36 +02:00
parent ce59997840
commit 01524e2cfe
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ class TestTransportUsage:
# more complex way then is demonstrated here, for example:
# - some HTTP status codes result in an exception being raised and some in
# different handling
# - an exception may be raised or returned depending no the
# - an exception may be raised or returned depending on the
# suds.options.faults suds option
# Also, the whole concept of re-raising a TransportError exception as a
# simple Exception instance seems like bad design. For now this rough test