Fixed spelling of wrappping

This commit is contained in:
Simon Willison 2023-11-03 17:25:02 -07:00
commit b92ea4793c

View file

@ -538,7 +538,7 @@ class Database:
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
"""