Skip to content

Commit 21da538

Browse files
committed
[SPARK-2627] it's PEP 8, not PEP8
Minor, I know.
1 parent 6f4900b commit 21da538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/lint-python

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ pep8_status=${PIPESTATUS[0]} #$?
3232

3333
if [ $pep8_status -ne 0 ]
3434
then
35-
echo "PEP8 checks failed."
35+
echo "PEP 8 checks failed."
3636
cat "$PEP8_REPORT_PATH"
3737
else
38-
echo "PEP8 checks passed."
38+
echo "PEP 8 checks passed."
3939
fi
4040

4141
rm -f "$PEP8_REPORT_PATH"

0 commit comments

Comments
 (0)