From ca862f4441f9cc23363da4a7c5d452189d87b1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 27 Nov 2024 19:57:56 +0100 Subject: [PATCH] Fixed script_2.js --- web/script_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/script_2.js b/web/script_2.js index 673fc18..8cb4f55 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -27,7 +27,7 @@ const TOC_MOBILE = ' \'5. Data\': [JSON, Pickle, CSV, SQLite,\n' + ' Bytes, Struct, Array,\n' + ' Memory_View, Deque],\n' + - ' \'6. Advanced\': [, Operator, Match_Stmt,\n' + + ' \'6. Advanced\': [Operator, Match_Stmt,\n' + ' Logging, Introspection,\n' + ' Threading, Coroutines],\n' + ' \'7. Libraries\': [Progress_Bar, Plot, Table,\n' +