Changeset: 425736ff2424 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=425736ff2424
Modified Files:
        clients/python3/monetdb/sql/cursors.py
Branch: Feb2013
Log Message:

Typo.


diffs (12 lines):

diff --git a/clients/python3/monetdb/sql/cursors.py 
b/clients/python3/monetdb/sql/cursors.py
--- a/clients/python3/monetdb/sql/cursors.py
+++ b/clients/python3/monetdb/sql/cursors.py
@@ -395,7 +395,7 @@ class Cursor(object):
                 values = self.__parse_tuple(line)
                 self.__rows.append(values)
 
-            elif line.startswith(mapi.MSG_TUPLE_NOSLCE):
+            elif line.startswith(mapi.MSG_TUPLE_NOSLICE):
                 self.__rows.append((line[1:],))
 
             elif line.startswith(mapi.MSG_QBLOCK):
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to