From a90d96778a004a9f2fdc232debcd72fdb5bbf085 Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati Date: Mon, 10 May 2021 17:52:09 -0700 Subject: whitespace around = --- slugify/slugify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1