--- a/dbapi.py Wed Apr 09 17:29:25 2014 +0200
+++ b/dbapi.py Tue Jun 10 09:49:45 2014 +0200
@@ -118,7 +118,7 @@
* a simple instance id for in-memory connection
- * an uri like scheme://host:port/instanceid where scheme may be one of
+ * a uri like scheme://host:port/instanceid where scheme may be one of
'pyro', 'inmemory' or 'zmqpickle'
* if scheme is 'pyro', <host:port> determine the name server address. If
@@ -409,7 +409,7 @@
"""execute a rql query, return resulting rows and their description in
a :class:`~cubicweb.rset.ResultSet` object
- * `rql` should be an Unicode string or a plain ASCII string, containing
+ * `rql` should be a Unicode string or a plain ASCII string, containing
the rql query
* `args` the optional args dictionary associated to the query, with key