We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbefeef + 39ce1de commit 4b05d05Copy full SHA for 4b05d05
sqlalchemy_utils/functions/database.py
@@ -13,7 +13,7 @@
13
14
def escape_like(string, escape_char='*'):
15
"""
16
- Escape the string paremeter used in SQL LIKE expressions.
+ Escape the string parameter used in SQL LIKE expressions.
17
18
::
19
0 commit comments