Changeset: c75c8f82630b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c75c8f82630b
Modified Files:
clients/python2/monetdb/control.py
clients/python3/monetdb/control.py
Branch: Jul2015
Log Message:
English.
diffs (24 lines):
diff --git a/clients/python2/monetdb/control.py
b/clients/python2/monetdb/control.py
--- a/clients/python2/monetdb/control.py
+++ b/clients/python2/monetdb/control.py
@@ -17,7 +17,7 @@ def parse_statusline(line):
if line.startswith("="):
line = line[1:]
if not line.startswith('sabdb:'):
- raise OperationalError('wrong result recieved')
+ raise OperationalError('wrong result received')
code, prot_version, rest = line.split(":", 2)
diff --git a/clients/python3/monetdb/control.py
b/clients/python3/monetdb/control.py
--- a/clients/python3/monetdb/control.py
+++ b/clients/python3/monetdb/control.py
@@ -17,7 +17,7 @@ def parse_statusline(line):
if line.startswith("="):
line = line[1:]
if not line.startswith('sabdb:'):
- raise OperationalError('wrong result recieved')
+ raise OperationalError('wrong result received')
code, prot_version, rest = line.split(":", 2)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list