mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Docstrings fixes.
This commit is contained in:
parent
b7e5e5e272
commit
39136e1af4
|
@ -1,3 +1,8 @@
|
||||||
|
2005-10-01 Federico Di Gregorio <fog@debian.org>
|
||||||
|
|
||||||
|
* psycopg/connection_type.c: applied patch from Matt Goodall to
|
||||||
|
fix some doc strings.
|
||||||
|
|
||||||
2005-09-23 Federico Di Gregorio <fog@debian.org>
|
2005-09-23 Federico Di Gregorio <fog@debian.org>
|
||||||
|
|
||||||
* lib/pool.py: applied patch from piro to avoid the scan of the
|
* lib/pool.py: applied patch from piro to avoid the scan of the
|
||||||
|
|
|
@ -138,7 +138,7 @@ psyco_conn_rollback(connectionObject *self, PyObject *args)
|
||||||
/* set_isolation_level method - switch connection isolation level */
|
/* set_isolation_level method - switch connection isolation level */
|
||||||
|
|
||||||
#define psyco_conn_set_isolation_level_doc \
|
#define psyco_conn_set_isolation_level_doc \
|
||||||
"set_isolation_level(level) -> swicth isolation level to 'level'"
|
"set_isolation_level(level) -> switch isolation level to 'level'"
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
psyco_conn_set_isolation_level(connectionObject *self, PyObject *args)
|
psyco_conn_set_isolation_level(connectionObject *self, PyObject *args)
|
||||||
|
@ -167,7 +167,7 @@ psyco_conn_set_isolation_level(connectionObject *self, PyObject *args)
|
||||||
/* set_isolation_level method - switch connection isolation level */
|
/* set_isolation_level method - switch connection isolation level */
|
||||||
|
|
||||||
#define psyco_conn_set_client_encoding_doc \
|
#define psyco_conn_set_client_encoding_doc \
|
||||||
"set_client_encoding(level) -> swicth isolation level to 'level'"
|
"set_client_encoding(encoding) -> set client encoding 'encoding'"
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
psyco_conn_set_client_encoding(connectionObject *self, PyObject *args)
|
psyco_conn_set_client_encoding(connectionObject *self, PyObject *args)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user