[Python-checkins] python/dist/src/Doc/perl python.perl,1.152,1.153

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Nov 10 09:08:30 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11508/perl

Modified Files:
	python.perl 
Log Message:
more more styling to the CSS

Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- python.perl	10 Nov 2004 08:07:00 -0000	1.152
+++ python.perl	10 Nov 2004 08:08:26 -0000	1.153
@@ -1871,7 +1871,7 @@
 
 sub do_env_seealso{
     return ("<div class=\"seealso\">\n  "
-            . "<p class=\"heading\"><b>See Also:</b></p>\n"
+            . "<p class=\"heading\">See Also:</p>\n"
             . $_[0]
             . '</div>');
 }



More information about the Python-checkins mailing list