[pypy-svn] r12443 - pypy/dist/pypy/documentation

tismer at codespeak.net tismer at codespeak.net
Wed May 18 16:38:37 CEST 2005


Author: tismer
Date: Wed May 18 16:38:37 2005
New Revision: 12443

Modified:
   pypy/dist/pypy/documentation/coding-guide.txt
Log:
typo

Modified: pypy/dist/pypy/documentation/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/documentation/coding-guide.txt	(original)
+++ pypy/dist/pypy/documentation/coding-guide.txt	Wed May 18 16:38:37 2005
@@ -757,7 +757,7 @@
 These application level test functions will run on top
 of PyPy, i.e. they have no access to interpreter details. 
 You cannot use imported modules from global level because
-they are imported at intepreter-level while you test code
+they are imported at interpreter-level while you test code
 runs at application level. If you need to use modules
 you have to import them within the test function. 
 



More information about the Pypy-commit mailing list