summaryrefslogtreecommitdiffstats
path: root/Doc/perl
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-08 13:46:24 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-08 13:46:24 (GMT)
commit3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8 (patch)
treeb264d384f1a638cd5b89fa8593fbf1c8b28e1c17 /Doc/perl
parent2764dd33cf7656040676bd94f1e14bfccd22a6d4 (diff)
downloadcpython-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.perl2
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) = @_;