Author: Armin Rigo <[email protected]>
Branch:
Changeset: r72620:52f3ffa024b7
Date: 2014-07-31 09:58 +0200
http://bitbucket.org/pypy/pypy/changeset/52f3ffa024b7/
Log: Merged in numerodix/pypy/default-trivial-fixes (pull request #256)
fix typo
diff --git a/pypy/interpreter/pycompiler.py b/pypy/interpreter/pycompiler.py
--- a/pypy/interpreter/pycompiler.py
+++ b/pypy/interpreter/pycompiler.py
@@ -96,7 +96,7 @@
XXX: This class should override the baseclass implementation of
compile_command() in order to optimize it, especially in case
- of incomplete inputs (e.g. we shouldn't re-compile from sracth
+ of incomplete inputs (e.g. we shouldn't re-compile from scratch
the whole source after having only added a new '\n')
"""
def __init__(self, space, override_version=None):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit