Przeglądaj źródła

pygrass: msg cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66472 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 9 lat temu
rodzic
commit
5be1fb1496
1 zmienionych plików z 1 dodań i 1 usunięć
  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)))