Update of /usr/cvs/Public/pygresql/docs
In directory druid.net:/tmp/cvs-serv27675/docs

Modified Files:
        pg.txt 
Log Message:
Allow set_decimal(None) instead of set_decimal(float).
To see the diffs for this commit:
   
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/docs/pg.txt.diff?r1=1.11&r2=1.12

Index: pg.txt
===================================================================
RCS file: /usr/cvs/Public/pygresql/docs/pg.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pg.txt      16 Sep 2008 22:29:47 -0000      1.11
+++ pg.txt      17 Sep 2008 09:00:08 -0000      1.12
@@ -371,10 +371,10 @@
 ---------------------------------------------------------------
 Syntax::
 
-  set_decimal(class)
+  set_decimal(cls)
 
 Parameters:
-  :class: the Python class to be used for PostgreSQL numeric values
+  :cls: the Python class to be used for PostgreSQL numeric values
 
 Description:
   This function can be used to specify the Python class that shall be

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

Reply via email to