mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Match python.sty a little better.
This commit is contained in:
parent
537149707b
commit
2b8093ab96
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue