Skip to content

Commit 4b05d05

Browse files
authored
Merge pull request #706 from JohnnyDeuss/patch-1
2 parents fbefeef + 39ce1de commit 4b05d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_utils/functions/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
def escape_like(string, escape_char='*'):
1515
"""
16-
Escape the string paremeter used in SQL LIKE expressions.
16+
Escape the string parameter used in SQL LIKE expressions.
1717
1818
::
1919

0 commit comments

Comments
 (0)