diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-08 13:46:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-08 13:46:24 (GMT) |
commit | 3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8 (patch) | |
tree | b264d384f1a638cd5b89fa8593fbf1c8b28e1c17 /Doc/perl | |
parent | 2764dd33cf7656040676bd94f1e14bfccd22a6d4 (diff) | |
download | cpython-3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8.zip cpython-3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8.tar.gz cpython-3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8.tar.bz2 |
Set flag to remove <tt>...</tt> markup from the index entries; it just ends up
looking really bad in popular browsers, mostly due to vertical size differences
between the roman and monospaced fonts.
Diffstat (limited to 'Doc/perl')
-rw-r--r-- | Doc/perl/python.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 0d0fa77..e92f5e4 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -352,7 +352,7 @@ sub my_parword_index_helper{ # # It is used from &make_mod_index_entry() and &make_str_index_entry(). # -$STRIP_INDEX_TT = 0; +$STRIP_INDEX_TT = 1; sub make_mod_index_entry{ my($br_id,$str,$define) = @_; |