Skip to content

Commit e5a7c71

Browse files
committed
Updated mobile TOC
1 parent ca862f4 commit e5a7c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/script_2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const TOC_MOBILE =
2727
' <strong><span class="hljs-string">\'5. Data\'</span></strong>: [<a href="#json">JSON</a>, <a href="#pickle">Pickle</a>, <a href="#csv">CSV</a>, <a href="#sqlite">SQLite</a>,\n' +
2828
' <a href="#bytes">Bytes</a>, <a href="#struct">Struct</a>, <a href="#array">Array</a>,\n' +
2929
' <a href="#memoryview">Memory_View</a>, <a href="#deque">Deque</a>],\n' +
30-
' <strong><span class="hljs-string">\'6. Advanced\'</span></strong>: [<a href="#operator">Operator</a>, <a href="#matchstatement">Match_Stmt</a>,\n' +
30+
' <strong><span class="hljs-string">\'6. Advanced\'</span></strong>: [<a href="#operator">Operator</a>, <a href="#matchstatement">Match_Statement</a>,\n' +
3131
' <a href="#logging">Logging</a>, <a href="#introspection">Introspection</a>,\n' +
3232
' <a href="#threading">Threading</a>, <a href="#coroutines">Coroutines</a>],\n' +
3333
' <strong><span class="hljs-string">\'7. Libraries\'</span></strong>: [<a href="#progressbar">Progress_Bar</a>, <a href="#plot">Plot</a>, <a href="#table">Table</a>,\n' +

0 commit comments

Comments
 (0)