Merge "Fix typos: Remove extra ")" in message"

This commit is contained in:
Jenkins 2014-05-20 16:08:53 +00:00 committed by Gerrit Code Review
commit 95dc70a355
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ def _get_not_supported_column(col_name_col_instance, column_name):
except KeyError:
msg = _("Please specify column %s in col_name_col_instance "
"param. It is required because column has unsupported "
"type by sqlite).")
"type by SQLite.")
raise ColumnError(msg % column_name)
if not isinstance(column, Column):