diff options
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 1b16566d3c..1ecb8eed6b 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -817,9 +817,9 @@ appropriate entities. .. function:: slugify - Converts to lowercase, removes non-word characters (alphanumerics and - underscores) and converts spaces to hyphens. Also strips leading and - trailing whitespace. + Converts to ASCII. Converts spaces to hyphens. Removes characters that + aren't alphanumerics, underscores, or hyphens. Converts to lowercase. Also + strips leading and trailing whitespace. For example:: |
