From d6f761680dad66f4e38d094841009d1a4ffc4461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= <32161460+Asocia@users.noreply.github.com> Date: Tue, 15 Jun 2021 19:49:28 +0300 Subject: [PATCH] fix typo (#1544) --- static/languages/code_python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/languages/code_python.json b/static/languages/code_python.json index 5fe43b014..9919e8010 100644 --- a/static/languages/code_python.json +++ b/static/languages/code_python.json @@ -80,7 +80,7 @@ "isalpha", "isdecimal", "isdigit", - "isidentifie", + "isidentifier", "isinstance", "islower", "isnumeric",