Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21e7223

Browse files
committed
perhaps this is better english
1 parent 8278d82 commit 21e7223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def loadHistory():
2929
try:
3030
readline.read_history_file(historyPath)
3131
except IOError, msg:
32-
warnMsg = "there was a problem with loading of history file '%s' (%s)" % (historyPath, msg)
32+
warnMsg = "there was a problem loading the history file '%s' (%s)" % (historyPath, msg)
3333
logger.warn(warnMsg)
3434

3535
def queriesForAutoCompletion():

0 commit comments

Comments
 (0)