Taking couple of suggestions from #2417

This commit is contained in:
Miroslav Stampar
2017-02-27 22:03:15 +01:00
parent 7960045cf9
commit 7ea524800a
6 changed files with 11 additions and 10 deletions

View File

@@ -2329,7 +2329,7 @@ def wasLastResponseDBMSError():
def wasLastResponseHTTPError():
"""
Returns True if the last web request resulted in an errornous HTTP code (like 500)
Returns True if the last web request resulted in an erroneous HTTP code (like 500)
"""
threadData = getCurrentThreadData()