[Python-checkins] r57122 - peps/trunk/pep-0302.txt

brett.cannon python-checkins at python.org
Fri Aug 17 05:22:57 CEST 2007


Author: brett.cannon
Date: Fri Aug 17 05:22:33 2007
New Revision: 57122

Modified:
   peps/trunk/pep-0302.txt
Log:
Fix a spelling error.


Modified: peps/trunk/pep-0302.txt
==============================================================================
--- peps/trunk/pep-0302.txt	(original)
+++ peps/trunk/pep-0302.txt	Fri Aug 17 05:22:33 2007
@@ -225,7 +225,7 @@
 
     This method returns the loaded module or raises and exception,
     preferably ImportError if an existing exception is not being
-    propagated.  If load_module() is asked to laod a module that it
+    propagated.  If load_module() is asked to load a module that it
     cannot, ImportError is to be raised.
     
     In many cases the importer and loader can be one and the same


More information about the Python-checkins mailing list