Skip to content

Commit

Permalink
Fixed spelling of wrappping
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 4, 2023
1 parent 4b3c83c commit b92ea47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite_utils/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def table(self, table_name: str, **kwargs) -> Union["Table", "View"]:

def quote(self, value: str) -> str:
"""
Apply SQLite string quoting to a value, including wrappping it in single quotes.
Apply SQLite string quoting to a value, including wrapping it in single quotes.
:param value: String to quote
"""
Expand Down

0 comments on commit b92ea47

Please sign in to comment.