Skip to content

Commit

Permalink
Merge pull request #706 from JohnnyDeuss/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Jun 1, 2023
2 parents fbefeef + 39ce1de commit 4b05d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_utils/functions/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

def escape_like(string, escape_char='*'):
"""
Escape the string paremeter used in SQL LIKE expressions.
Escape the string parameter used in SQL LIKE expressions.
::
Expand Down

0 comments on commit 4b05d05

Please sign in to comment.