perhaps this is better english

This commit is contained in:
Bernardo Damele 2011-01-30 16:34:13 +00:00
parent 8278d821ac
commit 21e7223779

View File

@ -29,7 +29,7 @@ def loadHistory():
try:
readline.read_history_file(historyPath)
except IOError, msg:
warnMsg = "there was a problem with loading of history file '%s' (%s)" % (historyPath, msg)
warnMsg = "there was a problem loading the history file '%s' (%s)" % (historyPath, msg)
logger.warn(warnMsg)
def queriesForAutoCompletion():