1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Sun, 30 Mar 2025 20:08:05 +0200
Subject: fix a typo
Forwarded: https://github.com/mariadb-corporation/mariadb-connector-python/pull/31
---
include/docs/cursor.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/docs/cursor.h b/include/docs/cursor.h
index 0e96670..3a4394b 100644
--- a/include/docs/cursor.h
+++ b/include/docs/cursor.h
@@ -38,7 +38,7 @@ PyDoc_STRVAR(
PyDoc_STRVAR(
cursor_metadata__doc__,
- "Similiar to description property, this property returns a dictionary with complete metadata.\n\n"
+ "Similar to description property, this property returns a dictionary with complete metadata.\n\n"
"The dictionary contains the following keys:\n\n"
"- catalog: catalog (always 'def')\n"
"- schema: current schema\n"
|