Skip to content

Commit b89c90a

Browse files
committed
fix a typo
1 parent d2f4a33 commit b89c90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/docs/cursor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PyDoc_STRVAR(
3838

3939
PyDoc_STRVAR(
4040
cursor_metadata__doc__,
41-
"Similiar to description property, this property returns a dictionary with complete metadata.\n\n"
41+
"Similar to description property, this property returns a dictionary with complete metadata.\n\n"
4242
"The dictionary contains the following keys:\n\n"
4343
"- catalog: catalog (always 'def')\n"
4444
"- schema: current schema\n"

0 commit comments

Comments
 (0)