From: Fred Drake Date: Fri, 9 Jan 1998 05:22:44 +0000 (+0000) Subject: Nit. X-Git-Tag: v1.5.1~1013 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46fbd7f4a04601648dfb88f22259015fd27d2b72;p=python Nit. --- diff --git a/Doc/myformat.perl b/Doc/myformat.perl index 244b793068..1e1252d363 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";