From 7aee470f66b9b88033367e06b4c1669410a454cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20=C5=A0uppa?= Date: Sat, 29 Jan 2022 01:44:09 +0100 Subject: [PATCH] fix: Add missing commas * Add missing commas to `spell_check.py` --- python/tools/spell_check.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/tools/spell_check.py b/python/tools/spell_check.py index 1e23e1088f..765d4c9ede 100644 --- a/python/tools/spell_check.py +++ b/python/tools/spell_check.py @@ -131,7 +131,7 @@ def spell_check(): "dtype", "elasticdl", "elasticdlpredict", - "elasticdltrain" + "elasticdltrain", "elem", "elif", "else", @@ -238,7 +238,7 @@ def spell_check(): "lexer", "lexers", "lexing", - "lhw362950217" + "lhw362950217", "linkedin", "linux", "localhost", @@ -369,7 +369,7 @@ def spell_check(): "textfile", "tf", "thenewstack", - "timelines" + "timelines", "timeout", "timeout", "timeouts",