Update of /usr/cvs/Public/pygresql/module
In directory druid.net:/tmp/cvs-serv5516
Modified Files:
pg.py
Log Message:
Typo.
To see the diffs for this commit:
http://www.druid.net/pygresql/viewcvs.cgi/cvs/pygresql/module/pg.py.diff?r1=1.74&r2=1.75
Index: pg.py
===================================================================
RCS file: /usr/cvs/Public/pygresql/module/pg.py,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- pg.py 5 Dec 2008 02:05:28 -0000 1.74
+++ pg.py 5 Dec 2008 02:08:15 -0000 1.75
@@ -5,7 +5,7 @@
# Written by D'Arcy J.M. Cain
# Improved by Christoph Zwerschke
#
-# $Id: pg.py,v 1.74 2008/12/05 02:05:28 cito Exp $
+# $Id: pg.py,v 1.75 2008/12/05 02:08:15 cito Exp $
#
"""PyGreSQL classic interface.
@@ -310,7 +310,7 @@
def pkey(self, cl, newpkey=None):
"""This method gets or sets the primary key of a class.
- A composite primary keys is represented as a frozenset. Note that
+ Composite primary keys are represented as frozensets. Note that
this raises an exception if the table does not have a primary key.
If newpkey is set and is not a dictionary then set that
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql