Skip to content

Commit 56fdbab

Browse files
committed
setup.py: Add space in short description string.
1 parent 3b7c9a1 commit 56fdbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_packages = find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
1010

1111
_short_description = "pylint-django is a Pylint plugin to aid Pylint in recognising and understanding" \
12-
"errors caused when using the Django framework"
12+
" errors caused when using the Django framework"
1313

1414

1515
_transform_dir = 'pylint_django/transforms/transforms'

0 commit comments

Comments
 (0)