mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-02-07 12:50:32 +03:00
Fixed a few docstrings mixed up
This commit is contained in:
parent
af424821b7
commit
834c7d1288
|
@ -757,11 +757,11 @@ static PyMethodDef psycopgMethods[] = {
|
|||
{"QuotedString", (PyCFunction)psyco_QuotedString,
|
||||
METH_VARARGS, psyco_QuotedString_doc},
|
||||
{"Boolean", (PyCFunction)psyco_Boolean,
|
||||
METH_VARARGS, psyco_Float_doc},
|
||||
{"Float", (PyCFunction)psyco_Float,
|
||||
METH_VARARGS, psyco_Decimal_doc},
|
||||
{"Decimal", (PyCFunction)psyco_Decimal,
|
||||
METH_VARARGS, psyco_Boolean_doc},
|
||||
{"Float", (PyCFunction)psyco_Float,
|
||||
METH_VARARGS, psyco_Float_doc},
|
||||
{"Decimal", (PyCFunction)psyco_Decimal,
|
||||
METH_VARARGS, psyco_Decimal_doc},
|
||||
{"Binary", (PyCFunction)psyco_Binary,
|
||||
METH_VARARGS, psyco_Binary_doc},
|
||||
{"Date", (PyCFunction)psyco_Date,
|
||||
|
|
Loading…
Reference in New Issue
Block a user