Skip to content

Commit 7dac260

Browse files
committed
black
1 parent 70972d2 commit 7dac260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mathics_django/doc/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
pre_sub,
2727
)
2828

29-
3029
# This rule is different than the used in LaTeX documentation.
3130
LATEX_RE = re.compile(r"(\s?)\$([A-Za-z]+?)\$(\s?)")
3231

32+
3333
def slugify(value):
3434
"""
3535
Converts to lowercase, removes non-word characters apart from '$',

0 commit comments

Comments
 (0)