浏览代码

pygrass: msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66472 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 年之前
父节点
当前提交
5be1fb1496
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/pygrass/vector/table.py

+ 1 - 1
lib/python/pygrass/vector/table.py

@@ -1075,7 +1075,7 @@ class Table(object):
                 return cur.executemany(sqlc, values)
             return cur.execute(sqlc)
         except Exception as exc:
-            raise ValueError("The SQL is not correct:\n%r,\n"
+            raise ValueError("The SQL statement is not correct:\n%r,\n"
                              "values: %r,\n"
                              "SQL error: %s" % (sqlc, values, str(exc)))