From 9e1e974daa65a24d1bca892745280d4bda562424 Mon Sep 17 00:00:00 2001 From: Florian SYLVAIN Date: Thu, 11 Mar 2021 20:34:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python/miscellaneous.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/python/miscellaneous.py b/python/miscellaneous.py index 907fe26..d9dcd2c 100644 --- a/python/miscellaneous.py +++ b/python/miscellaneous.py @@ -28,6 +28,3 @@ def spellchecker(word): str_words += '$' + lst[indice] + ' ?\n' return str_words - -if __name__ == '__main__': - main()