[pypy-commit] pypy default: Merged in numerodix/pypy/default-trivial-fixes (pull request #256)

arigo noreply at buildbot.pypy.org
Thu Jul 31 09:58:55 CEST 2014


Author: Armin Rigo <armin.rigo at gmail.com>
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):


More information about the pypy-commit mailing list