summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFahrzin Hemmati <fahhem@users.noreply.github.com>2021-05-10 17:52:09 -0700
committerVal Neekman <un33kvu@gmail.com>2021-05-12 13:25:01 -0400
commita90d96778a004a9f2fdc232debcd72fdb5bbf085 (patch)
tree31eae8ef7df4ddc3d606a194d080d402717e0284
parent1097c2366ffcb4356ba84f74c7daf42bcfe720bf (diff)
downloadpython-slugify-a90d96778a004a9f2fdc232debcd72fdb5bbf085.tar.gz
whitespace around =
-rw-r--r--slugify/slugify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/slugify.py b/slugify/slugify.py
index 2097c41..6d4a67e 100644
--- a/slugify/slugify.py
+++ b/slugify/slugify.py
@@ -77,7 +77,7 @@ def smart_truncate(string, max_length=0, word_boundary=False, separator=' ', sav
def slugify(text, entities=True, decimal=True, hexadecimal=True, max_length=0, word_boundary=False,
separator=DEFAULT_SEPARATOR, save_order=False, stopwords=(), regex_pattern=None, lowercase=True,
- replacements: typing.Iterable[typing.Iterable[str]]=()):
+ replacements: typing.Iterable[typing.Iterable[str]] = ()):
"""
Make a slug from the given text.
:param text (str): initial text