[Checkins] SVN: zope.deferredimport/trunk/src/zope/deferredimport/README.txt Fix some typos in the README.

Marius Gedminas marius at pov.lt
Tue May 22 12:49:21 EDT 2007


Log message for revision 75886:
  Fix some typos in the README.
  
  

Changed:
  U   zope.deferredimport/trunk/src/zope/deferredimport/README.txt

-=-
Modified: zope.deferredimport/trunk/src/zope/deferredimport/README.txt
===================================================================
--- zope.deferredimport/trunk/src/zope/deferredimport/README.txt	2007-05-22 16:30:03 UTC (rev 75885)
+++ zope.deferredimport/trunk/src/zope/deferredimport/README.txt	2007-05-22 16:49:21 UTC (rev 75886)
@@ -160,11 +160,11 @@
     1
 
 The problem is that sample4 obtained sample3 before sample4 was
-replaced by a proxy.  This example is slightly pathalogical because it
+replaced by a proxy.  This example is slightly pathological because it
 requires a circular import and a relative import, but the bug
 introduced is very subtle.  To guard against this, you should define
-defered imports ebfore importing any other modules.  Alternatively,
-you can call the initialize fuction before importing any other
+deferred imports before importing any other modules.  Alternatively,
+you can call the initialize function before importing any other
 modules, as in:
 
 



More information about the Checkins mailing list