rset.py
branchstable
changeset 5072 072ae171aeb0
parent 4951 7dc54e12c606
child 5174 78438ad513ca
child 5311 34dc38456376
--- a/rset.py	Tue Mar 30 11:06:13 2010 +0200
+++ b/rset.py	Tue Mar 30 11:15:08 2010 +0200
@@ -113,7 +113,7 @@
         # but I tend to think that since we have that, we should not need this
         # method anymore (syt)
         rset = ResultSet(self.rows+rset.rows, self.rql, self.args,
-                         self.description +rset.description)
+                         self.description + rset.description)
         rset.req = self.req
         return rset