[Checkins] SVN: RestrictedPython/trunk/src/RestrictedPython/notes.txt - Fix two typos

Sidnei da Silva sidnei at enfoldsystems.com
Tue Oct 7 16:23:31 EDT 2008


Log message for revision 91884:
   - Fix two typos

Changed:
  U   RestrictedPython/trunk/src/RestrictedPython/notes.txt

-=-
Modified: RestrictedPython/trunk/src/RestrictedPython/notes.txt
===================================================================
--- RestrictedPython/trunk/src/RestrictedPython/notes.txt	2008-10-07 19:54:04 UTC (rev 91883)
+++ RestrictedPython/trunk/src/RestrictedPython/notes.txt	2008-10-07 20:23:30 UTC (rev 91884)
@@ -50,7 +50,7 @@
 
       * It uses compiler.parse to parse the source
 
-      * it uses MutatingWalker.walk to mutaate the tree using the
+      * it uses MutatingWalker.walk to mutate the tree using the
         RestrictedCompileMode's 'rm' attr, which is a
         RestrictionMutator.
 
@@ -64,7 +64,7 @@
         nodes. These visit methods may mutate nodes or return new
         nodes that replace the originally visited nodes.  There is a
         default visitor that visits a node's children and replaces the
-        children who's visitors returned new nodes.
+        children whose visitors returned new nodes.
 
         The walk function just calls the visitor for the root node of
         the given tree.  Note _get_tree ignores the walk return value,



More information about the Checkins mailing list