mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-25 18:33:44 +03:00
Fixed newline in docstring.
This commit is contained in:
parent
c176a9d075
commit
74403ff5a8
|
@ -216,7 +216,7 @@ psyco_connect(PyObject *self, PyObject *args, PyObject *keywds)
|
|||
#define psyco_register_type_doc \
|
||||
"register_type(obj, conn_or_curs) -> None -- register obj with psycopg type system\n\n" \
|
||||
":Parameters:\n" \
|
||||
" * `obj`: A type adapter created by `new_type()`" \
|
||||
" * `obj`: A type adapter created by `new_type()`\n" \
|
||||
" * `conn_or_curs`: A connection, cursor or None"
|
||||
|
||||
#define typecast_from_python_doc \
|
||||
|
|
Loading…
Reference in New Issue
Block a user