Skip to content

Commit

Permalink
Fix spelling in safe_snake_case docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lb- committed May 3, 2024
1 parent 196cb02 commit 6b915f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/coreutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def cautious_slugify(value):

def safe_snake_case(value):
"""
Convert a string to ASCII similar to Django's slugify, with catious handling of
Convert a string to ASCII similar to Django's slugify, with cautious handling of
non-ASCII alphanumeric characters. See `cautious_slugify`.
Any inner whitespace, hyphens or dashes will be converted to underscores and
Expand Down

0 comments on commit 6b915f4

Please sign in to comment.