Skip to content

Commit ad34bbb

Browse files
author
Kevin D Smith
committed
Fix typo
1 parent 9e76bc2 commit ad34bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swat/cas/rest/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _print_request(rtype, url, headers, data=None):
6262

6363

6464
def _print_response(text):
65-
''' Print the respnose for debugging '''
65+
''' Print the response for debugging '''
6666
sys.stderr.write(a2u(text, 'utf-8'))
6767
sys.stderr.write('\n')
6868

0 commit comments

Comments
 (0)