[pypy-svn] r15238 - pypy/dist/pypy/module/__builtin__

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Jul 28 14:49:49 CEST 2005


Author: cfbolz
Date: Thu Jul 28 14:49:47 2005
New Revision: 15238

Modified:
   pypy/dist/pypy/module/__builtin__/app_help.py
Log:
typo

Modified: pypy/dist/pypy/module/__builtin__/app_help.py
==============================================================================
--- pypy/dist/pypy/module/__builtin__/app_help.py	(original)
+++ pypy/dist/pypy/module/__builtin__/app_help.py	Thu Jul 28 14:49:47 2005
@@ -12,7 +12,7 @@
     exit = "Use Ctrl-D (i.e. EOF) to exit."
 
 def copyright():
-    print 'Copyright 2003-2004 Pypy development team.\nAll rights reserved.\nFor further information see http://www.codespaek.net/pypy.\nSome materials may have a different copyright.\nIn these cases, this is explicitly noted in the source code file.'
+    print 'Copyright 2003-2004 Pypy development team.\nAll rights reserved.\nFor further information see http://www.codespeak.net/pypy.\nSome materials may have a different copyright.\nIn these cases, this is explicitly noted in the source code file.'
 
 def license():
     print \



More information about the Pypy-commit mailing list