mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Clear some style deviations.
This commit is contained in:
@@ -27,9 +27,7 @@ static PyObject *PLy_cursor_iternext(PyObject *self);
|
||||
static PyObject *PLy_cursor_fetch(PyObject *self, PyObject *args);
|
||||
static PyObject *PLy_cursor_close(PyObject *self, PyObject *unused);
|
||||
|
||||
static char PLy_cursor_doc[] = {
|
||||
"Wrapper around a PostgreSQL cursor"
|
||||
};
|
||||
static char PLy_cursor_doc[] = "Wrapper around a PostgreSQL cursor";
|
||||
|
||||
static PyMethodDef PLy_cursor_methods[] = {
|
||||
{"fetch", PLy_cursor_fetch, METH_VARARGS, NULL},
|
||||
|
Reference in New Issue
Block a user