Skip to content

Commit

Permalink
Documentation fix: added new line
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Oct 11, 2023
1 parent cfe1d10 commit 969d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/docs/cursor.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PyDoc_STRVAR(
"- field_flags\n"
"- table_name\n"
"- original_column_name\n"
"- original_table_name\n"
"- original_table_name\n\n"
"This attribute will be None for operations that do not return rows or if the cursor has\n"
"not had an operation invoked via the .execute*() method yet.\n\n"
"extended field type information was added in MariaDB Connector/Python 1.1.8. It will be available\n"
Expand Down

0 comments on commit 969d19c

Please sign in to comment.