summaryrefslogtreecommitdiff
path: root/psycopg/adapter_list.h
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2005-11-26 07:47:48 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2005-11-26 07:47:48 +0000
commitad76b5ba3cc01b658e31fb3c4e94340ba0f884d9 (patch)
tree0d6cb668b60959bb67b90508e9e1191e470fb6af /psycopg/adapter_list.h
parent62e4870b85627e005746aa5c50327dad801164d6 (diff)
downloadpsycopg2-ad76b5ba3cc01b658e31fb3c4e94340ba0f884d9.tar.gz
* psycopg/psycopgmodule.c: fixed exceptions refcount.
* fixed lots of doctrings and added Epydoc-generated docs support.
Diffstat (limited to 'psycopg/adapter_list.h')
-rw-r--r--psycopg/adapter_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/adapter_list.h b/psycopg/adapter_list.h
index a685028..71b4286 100644
--- a/psycopg/adapter_list.h
+++ b/psycopg/adapter_list.h
@@ -40,7 +40,7 @@ typedef struct {
extern PyObject *psyco_List(PyObject *module, PyObject *args);
#define psyco_List_doc \
- "psycopg.List(list, enc) -> new quoted list"
+ "List(list, enc) -> new quoted list"
#ifdef __cplusplus
}