From ec9c8c4970993a3d96b2517001f3d7c10b0a9f9b Mon Sep 17 00:00:00 2001 From: Laaveshwaran P <88141521+aviiciii@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:55:14 +0530 Subject: [PATCH] removed 'capitilise' from the code python (#4372) aviiciii The word 'capitilise' was found in the list, but it is not a valid Python method or keyword. This commit removes the incorrect word from the list to ensure accuracy and consistency in the provided Python syntax information. --- frontend/static/languages/code_python.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/static/languages/code_python.json b/frontend/static/languages/code_python.json index 82f94b29e..ab82afbd0 100644 --- a/frontend/static/languages/code_python.json +++ b/frontend/static/languages/code_python.json @@ -20,7 +20,6 @@ "bytearray", "bytes", "callable", - "capitalise", "capitalize", "case", "casefold",