Commit 2b8093ab authored by Fred Drake's avatar Fred Drake

Match python.sty a little better.

parent 53714970
...@@ -58,6 +58,12 @@ sub do_cmd_varvars{ ...@@ -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 # Logical formatting (some based on texinfo), needs to be converted to
# minimalist HTML. The "minimalist" is primarily to reduce the size of # minimalist HTML. The "minimalist" is primarily to reduce the size of
# output files for users that read them over the network rather than # output files for users that read them over the network rather than
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment