mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Fixed spelling of wrappping
This commit is contained in:
parent
4b3c83cd9f
commit
b92ea4793c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue