[pypy-svn] r39011 - pypy/dist/pypy/doc/tool

ac at codespeak.net ac at codespeak.net
Fri Feb 16 14:40:21 CET 2007


Author: ac
Date: Fri Feb 16 14:40:19 2007
New Revision: 39011

Modified:
   pypy/dist/pypy/doc/tool/makecontributor.py
Log:
Typo

Modified: pypy/dist/pypy/doc/tool/makecontributor.py
==============================================================================
--- pypy/dist/pypy/doc/tool/makecontributor.py	(original)
+++ pypy/dist/pypy/doc/tool/makecontributor.py	Fri Feb 16 14:40:19 2007
@@ -27,7 +27,7 @@
 
 # Authors that don't want to be listed
 excluded = set("anna gintas ignas".split())
-cutoff = 5 # cutoff for authors in the LICENS file
+cutoff = 5 # cutoff for authors in the LICENSE file
 mark = False
 for author, count in items: 
     user = uconf.system.User(author)



More information about the Pypy-commit mailing list