]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Sat, 25 Sep 2010 13:31:21 +0000 (13:31 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 25 Sep 2010 13:31:21 +0000 (13:31 +0000)
Doc/library/compiler.rst

index 991628ae52cc0e8bed6f32a368451d4a38a5bb02..458e65307da4caf464c84a29a1c74ba0fd04a1ca 100644 (file)
@@ -18,7 +18,7 @@ abstract syntax tree from Python source code and to generate Python
 
 The :mod:`compiler` package is a Python source to bytecode translator written in
 Python.  It uses the built-in parser and standard :mod:`parser` module to
-generated a concrete syntax tree.  This tree is used to generate an abstract
+generate a concrete syntax tree.  This tree is used to generate an abstract
 syntax tree (AST) and then Python bytecode.
 
 The full functionality of the package duplicates the built-in compiler provided