From 9b03776ff2a1fc3af1748f188c682e4eb270ceaa Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 19 Nov 2001 03:58:25 +0000 Subject: A bunch of small doco updates motivated by scanning the comments on the interactive docs. --- src/interfaces/python/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/interfaces/python') diff --git a/src/interfaces/python/README b/src/interfaces/python/README index 24e100efac2..7d9c73ae3d7 100644 --- a/src/interfaces/python/README +++ b/src/interfaces/python/README @@ -976,9 +976,10 @@ The following describes the methods and variables of this class. Parameters: table - name of table Returns: - List of attribute names + Dictionary of attribute names (the names are the keys, the values + are the names of the attributes' types) Description: - Given the name of a table, digs out the list of attribute names. + Given the name of a table, digs out the set of attribute names. 3.6. get - get a tuple from a database table -------------------------------------------- -- cgit v1.2.3