[Checkins] SVN: zope.location/trunk/src/zope/location/location.txt fix typos

Fred L. Drake, Jr. fdrake at gmail.com
Fri Jul 11 11:24:24 EDT 2008


Log message for revision 88259:
  fix typos
  

Changed:
  U   zope.location/trunk/src/zope/location/location.txt

-=-
Modified: zope.location/trunk/src/zope/location/location.txt
===================================================================
--- zope.location/trunk/src/zope/location/location.txt	2008-07-11 14:21:59 UTC (rev 88258)
+++ zope.location/trunk/src/zope/location/location.txt	2008-07-11 15:24:23 UTC (rev 88259)
@@ -39,8 +39,8 @@
 WrongContainedType: [foo <type 'unicode'>]
 
 
-The `insie` Function
---------------------
+The `inside` Function
+---------------------
 
 The `inside` function tells if l1 is inside l2.  L1 is inside l2 if l2 is an
 ancestor of l1.
@@ -141,7 +141,7 @@
 >>> l_located_2 is l_located
 True
 
-When chaning the name, we still do not get a different proxied object:
+When changing the name, we still do not get a different proxied object:
 
 >>> l_located_3 = located(l_located, parent, 'new-name')
 >>> l_located_3 is l_located_2



More information about the Checkins mailing list