]> granicus.if.org Git - python/commitdiff
Fix typo
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Jun 2001 16:26:44 +0000 (16:26 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 23 Jun 2001 16:26:44 +0000 (16:26 +0000)
Doc/lib/xmldom.tex
Doc/ref/ref2.tex

index 5d4fe024e8ce80b88fe4b8dd86a979d065643b22..17e21c0ccf37714c830edca352d4f4e9189f2e08 100644 (file)
@@ -808,7 +808,7 @@ readonly attribute string someValue;
          attribute string anotherValue;
 \end{verbatim}
 
-yeilds three accessor functions:  a ``get'' method for
+yields three accessor functions:  a ``get'' method for
 \member{someValue} (\method{_get_someValue()}), and ``get'' and
 ``set'' methods for
 \member{anotherValue} (\method{_get_anotherValue()} and
index 6650b99098453e1a18d724964204734f1e5d90dc..c08f7f467e5c040b9c885240f397a830ee1e31f0 100644 (file)
@@ -260,7 +260,7 @@ identifiers.  They must be spelled exactly as written here:%
 and       del       for       is        raise    
 assert    elif      from      lambda    return   
 break     else      global    not       try      
-class     except    if        or        yeild    
+class     except    if        or        yield    
 continue  exec      import    pass      while
 def       finally   in        print              
 \end{verbatim}