On Fri, Jan 04, 2019 at 10:03:17PM +0100, Christoph Zwerschke wrote:
> In the spirit of RERO I think we should get 5.1 out soon (in 1-2 weeks) and

This appears to be a typo in r961

docs/contents/pg/db_wrapper.rst

-    db.prepare("update employees set phone=$2 where ein=$1",
-        name='update employees')
+    db.prepare('change phone',
+        "update employees set phone=$2 where ein=$1",
     while True:

=> Unbalanced parens

Justin
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo/pygresql

Reply via email to