Added missing docstring for cursor.paramcount

This commit is contained in:
Georg Richter
2022-04-02 20:02:52 +02:00
parent f2fc6e8af6
commit 70ed9b47de
2 changed files with 7 additions and 1 deletions

View File

@ -208,7 +208,7 @@ static struct PyMemberDef MrdbCursor_Members[] =
T_UINT,
offsetof(MrdbCursor, parseinfo.paramcount),
READONLY,
MISSING_DOC},
cursor_paramcount__doc__},
{"_data",
T_OBJECT,
offsetof(MrdbCursor, data),