From: Fred Drake Date: Thu, 2 Apr 1998 22:33:44 +0000 (+0000) Subject: Match python.sty a little better. X-Git-Tag: v1.5.1~252 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b8093ab9675e1cf764fff95bd15a85d0116b663;p=python Match python.sty a little better. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 4c1f2f7825..7cec9157ae 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -58,6 +58,12 @@ sub do_cmd_varvars{ $_; } +sub do_cmd_pytype{ + local($_) = @_; + s|$next_pair_pr_rx|\2|; + $_; +} + # Logical formatting (some based on texinfo), needs to be converted to # minimalist HTML. The "minimalist" is primarily to reduce the size of # output files for users that read them over the network rather than