diff --git a/web/script_2.js b/web/script_2.js index 239c457..84ab187 100644 --- a/web/script_2.js +++ b/web/script_2.js @@ -7,7 +7,7 @@ const TOC = ' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, Memory_View, Deque],\n' + ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' + ' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,\n' + - ' NumPy, Image, Audio, Games, Data, Cython]\n' + + ' NumPy, Image, Audio, Games, Data, GUI]\n' + '}\n'; const TOC_MOBILE = @@ -36,7 +36,7 @@ const TOC_MOBILE = ' Curses, Logging, Scraping,\n' + ' Web, Profile, NumPy,\n' + ' Image, Audio, Games, Data,\n' + - ' Cython]\n' + + ' GUI]\n' + '}\n';