diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-02 22:33:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-02 22:33:44 (GMT) |
commit | 2b8093ab9675e1cf764fff95bd15a85d0116b663 (patch) | |
tree | f12bdd08e805a74c40db1f0cba2d6687b2dd104f /Doc | |
parent | 537149707bf77cf16a59e807b016ec9c96c952d9 (diff) | |
download | cpython-2b8093ab9675e1cf764fff95bd15a85d0116b663.zip cpython-2b8093ab9675e1cf764fff95bd15a85d0116b663.tar.gz cpython-2b8093ab9675e1cf764fff95bd15a85d0116b663.tar.bz2 |
Match python.sty a little better.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/perl/python.perl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 4c1f2f7..7cec915 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 |