summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-09 05:22:44 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-09 05:22:44 (GMT)
commit46fbd7f4a04601648dfb88f22259015fd27d2b72 (patch)
treedc61be5256201b7aba98ff8b3ace14accaba2421
parent3c3d7ce7feb06a2fc860a4fd99936cddfa02c32d (diff)
downloadcpython-46fbd7f4a04601648dfb88f22259015fd27d2b72.zip
cpython-46fbd7f4a04601648dfb88f22259015fd27d2b72.tar.gz
cpython-46fbd7f4a04601648dfb88f22259015fd27d2b72.tar.bz2
Nit.
-rw-r--r--Doc/myformat.perl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/myformat.perl b/Doc/myformat.perl
index 244b793..1e1252d 100644
--- a/Doc/myformat.perl
+++ b/Doc/myformat.perl
@@ -182,6 +182,8 @@ sub do_cmd_refstmodindex{ &my_module_index_helper('standard', @_, 'REF'); }
sub do_cmd_nodename{ &do_cmd_label(@_); }
+sub do_cmd_mytableofcontents{ &do_cmd_tableofcontents(@_); }
+
$any_next_pair_rx3 = "$O(\\d+)$C([\\s\\S]*)$O\\3$C";
$any_next_pair_rx5 = "$O(\\d+)$C([\\s\\S]*)$O\\5$C";
$any_next_pair_rx7 = "$O(\\d+)$C([\\s\\S]*)$O\\7$C";