aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/toc.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/extensions/toc.py')
-rw-r--r--markdown/extensions/toc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/extensions/toc.py b/markdown/extensions/toc.py
index 22cf063..d21ea96 100644
--- a/markdown/extensions/toc.py
+++ b/markdown/extensions/toc.py
@@ -216,9 +216,9 @@ class TocExtension(Extension):
"slugify" : [slugify,
"Function to generate anchors based on header text - "
"Defaults to the headerid ext's slugify function."],
- "title" : [None,
+ "title" : ["",
"Title to insert into TOC <div> - "
- "Defaults to None"],
+ "Defaults to an empty string"],
"anchorlink" : [0,
"1 if header should be a self link - "
"Defaults to 0"],