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 2f90623 commit ef2259eCopy full SHA for ef2259e
web/script_2.js
@@ -31,7 +31,7 @@ const TOC_MOBILE =
31
' <strong><span class="hljs-string">\'6. Advanced\'</span></strong>: [<a href="#threading">Threading</a>, <a href="#operator">Operator</a>,\n' +
32
' <a href="#introspection">Introspection</a>,\n' +
33
' <a href="#metaprograming">Metaprograming</a>, <a href="#eval">Eval</a>,\n' +
34
- ' <a href="#coroutine">Coroutine</a>],\n' +
+ ' <a href="#coroutines">Coroutine</a>],\n' +
35
' <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' +
36
' <a href="#curses">Curses</a>, <a href="#logging">Logging</a>, <a href="#scraping">Scraping</a>,\n' +
37
' <a href="#web">Web</a>, <a href="#profiling">Profile</a>, <a href="#numpy">NumPy</a>,\n' +
0 commit comments