Author: darcy Date: Sun Nov 8 11:02:12 2015 New Revision: 524 Log: Fix a few typos.
Modified: trunk/docs/classic.rst Modified: trunk/docs/classic.rst ============================================================================== --- trunk/docs/classic.rst Sat Nov 7 14:37:11 2015 (r523) +++ trunk/docs/classic.rst Sun Nov 8 11:02:12 2015 (r524) @@ -589,7 +589,7 @@ :TypeError: invalid connection Description: - This methods try to get a notify from the server (from the SQL statement + This method tries to get a notify from the server (from the SQL statement NOTIFY). If the server returns no notify, the methods returns None. Otherwise, it returns a tuple (triplet) `(relname, pid, extra)`, where `relname` is the name of the notify, `pid` is the process id of the @@ -813,7 +813,7 @@ Description: This methods allows to create large objects in a very simple way. You just - give the name of a file containing the data to be use. + give the name of a file containing the data to be used. Object attributes ----------------- _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
