Skip to content

Commit b92ea47

Browse files
committed
Fixed spelling of wrappping
1 parent 4b3c83c commit b92ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_utils/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def table(self, table_name: str, **kwargs) -> Union["Table", "View"]:
538538

539539
def quote(self, value: str) -> str:
540540
"""
541-
Apply SQLite string quoting to a value, including wrappping it in single quotes.
541+
Apply SQLite string quoting to a value, including wrapping it in single quotes.
542542
543543
:param value: String to quote
544544
"""

0 commit comments

Comments
 (0)