Issue #2417 (most probably -> most likely)

This commit is contained in:
Miroslav Stampar
2017-02-27 22:14:52 +01:00
parent 7ea524800a
commit b18444f215
6 changed files with 11 additions and 11 deletions

View File

@@ -18,6 +18,6 @@ try:
__import__(_)
except ImportError:
errMsg = "missing one or more core extensions (%s) " % (", ".join("'%s'" % _ for _ in extensions))
errMsg += "most probably because current version of Python has been "
errMsg += "most likely because current version of Python has been "
errMsg += "built without appropriate dev packages (e.g. 'libsqlite3-dev')"
exit(errMsg)