commit | 264e8186d551647d4583f592e44b2d7a64e61096 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Thu Sep 27 04:18:36 2001 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Thu Sep 27 04:18:36 2001 +0000 |
tree | cae4f65f966bdc4929470a589add3b8b42e5e94b | |
parent | 3fc291a1d751fd5242a12a3634a4d30f1ee5688b [diff] |
Fix comment typo
diff --git a/Lib/compiler/__init__.py b/Lib/compiler/__init__.py index 97d9c76..1267b0c 100644 --- a/Lib/compiler/__init__.py +++ b/Lib/compiler/__init__.py
@@ -18,7 +18,7 @@ Returns a code object. A replacement for the builtin compile() function. compileFile(filename) - Generates a .pyc file by compilining filename. + Generates a .pyc file by compiling filename. """ from transformer import parse, parseFile