Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r70624:c671eb068b1e
Date: 2014-04-13 14:38 -0700
http://bitbucket.org/pypy/pypy/changeset/c671eb068b1e/

Log:    typo

diff --git a/lib_pypy/_pypy_interact.py b/lib_pypy/_pypy_interact.py
--- a/lib_pypy/_pypy_interact.py
+++ b/lib_pypy/_pypy_interact.py
@@ -36,7 +36,7 @@
         if not check():
             raise ImportError
         from pyrepl.simple_interact import run_multiline_interactive_console
-        run_imteractive = run_multiline_interactive_console
+        run_interactive = run_multiline_interactive_console
     except ImportError:
         pass
     except SyntaxError:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to