소스 검색

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)))