diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/utils.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index d8af302c0e..4dafc9cee5 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -830,10 +830,10 @@ appropriate entities. Converts a string to a URL slug by: #. Converting to ASCII if ``allow_unicode`` is ``False`` (the default). + #. Converting to lowercase. #. Removing characters that aren't alphanumerics, underscores, hyphens, or whitespace. #. Removing leading and trailing whitespace. - #. Converting to lowercase. #. Replacing any whitespace or repeated dashes with single dashes. For example:: |
