We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca862f4 commit e5a7c71Copy full SHA for e5a7c71
web/script_2.js
@@ -27,7 +27,7 @@ const TOC_MOBILE =
27
' <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' +
28
' <a href="#bytes">Bytes</a>, <a href="#struct">Struct</a>, <a href="#array">Array</a>,\n' +
29
' <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' +
+ ' <strong><span class="hljs-string">\'6. Advanced\'</span></strong>: [<a href="#operator">Operator</a>, <a href="#matchstatement">Match_Statement</a>,\n' +
31
' <a href="#logging">Logging</a>, <a href="#introspection">Introspection</a>,\n' +
32
' <a href="#threading">Threading</a>, <a href="#coroutines">Coroutines</a>],\n' +
33
' <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