diff --git a/index.html b/index.html
index f0406db..98838ed 100644
--- a/index.html
+++ b/index.html
@@ -215,7 +215,7 @@ pre.prettyprint {
'3. Syntax': [Args, Inline, Closure, Decorator, Class, Duck_Types, Enum, Exceptions],
'4. System': [Print, Input, Command_Line_Arguments, Open, Path, Command_Execution],
'5. Data': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, Deque],
- '6. Advanced': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],
+ '6. Advanced': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],
'7. Libraries': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,
NumPy, Image, Animation, Audio]
}
diff --git a/parse.js b/parse.js
index 0007148..9f6d345 100755
--- a/parse.js
+++ b/parse.js
@@ -27,7 +27,7 @@ const TOC =
' \'3. Syntax\': [Args, Inline, Closure, Decorator, Class, Duck_Types, Enum, Exceptions],\n' +
' \'4. System\': [Print, Input, Command_Line_Arguments, Open, Path, Command_Execution],\n' +
' \'5. Data\': [JSON, Pickle, CSV, SQLite, Bytes, Struct, Array, MemoryView, Deque],\n' +
- ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' +
+ ' \'6. Advanced\': [Threading, Operator, Introspection, Metaprograming, Eval, Coroutine],\n' +
' \'7. Libraries\': [Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile,\n' +
' NumPy, Image, Animation, Audio]\n' +
'}\n' +
diff --git a/web/index_for_pdf.html b/web/index_for_pdf.html
index 8c2bcfb..b41662f 100644
--- a/web/index_for_pdf.html
+++ b/web/index_for_pdf.html
@@ -32,7 +32,7 @@
comprehension, 11
context manager, 17
copy function, 15
-coroutine, 33
+coroutine, 33
counter, 2, 4, 12, 17
csv module, 26, 34
curses module, 34