hwoarang 14/05/04 11:23:36 Modified: gmn_bugzie.py Log: Improve wording
Revision Changes Path 1.13 src/gwn/gmn_bugzie.py file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/gwn/gmn_bugzie.py?r1=1.12&r2=1.13 Index: gmn_bugzie.py =================================================================== RCS file: /var/cvsroot/gentoo/src/gwn/gmn_bugzie.py,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gmn_bugzie.py 29 Apr 2014 21:11:41 -0000 1.12 +++ gmn_bugzie.py 4 May 2014 11:23:36 -0000 1.13 @@ -169,7 +169,7 @@ cleft = 0 #8. Closed Bugs print "\n<h2>Closed bug ranking</h2>\n" -print "The developers and teams who have closed the most bugs during this period are as follows.\n" +print "The following table outlines the teams and developers with the most bugs resolved during this period" print "[table]" print "Rank, Team/Developer, Bug Count" for i in range(0,9):
