Skip to content

Commit

Permalink
Documentation update:
Browse files Browse the repository at this point in the history
Removed DOCSTR from c code, property documentation
was moved to python code
  • Loading branch information
9EOR9 committed Aug 16, 2021
1 parent 3fbe0e3 commit 445f3bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
3 changes: 1 addition & 2 deletions include/docs/connection.h
Expand Up @@ -111,7 +111,6 @@ PyDoc_STRVAR(

PyDoc_STRVAR(
connection_warnings__doc__,
"(read only)\n\n"
"Returns the number of warnings from the last executed statement, or zero\n"
"if there are no warnings.\n\n"
"if there are no warnings."
);
24 changes: 0 additions & 24 deletions include/docs/module.h
Expand Up @@ -20,27 +20,3 @@ PyDoc_STRVAR(
module_connect__doc__,
__connect__doc__
);

PyDoc_STRVAR(
module_Date__doc__,
"Date(year, month, day)\n"
"--\n"
"\n"
"This function constructs an object holding a date value\n"
);

PyDoc_STRVAR(
module_Time__doc__,
"Time(hour, minute, second)\n"
"--\n"
"\n"
"This function constructs an object holding a time value\n"
);

PyDoc_STRVAR(
module_Timestamp__doc__,
"Timestamp(year, month, day, hour, minute, second)\n"
"--\n"
"\n"
"This function constructs an object holding a time stamp value\n"
);

0 comments on commit 445f3bc

Please sign in to comment.