Author: Ronan Lamy <[email protected]>
Branch: 
Changeset: r70378:e110863e2400
Date: 2014-04-01 20:57 +0100
http://bitbucket.org/pypy/pypy/changeset/e110863e2400/

Log:    Merged in aliceinwire/pypy (pull request #221)

        fix small typo

diff --git a/pypy/interpreter/app_main.py b/pypy/interpreter/app_main.py
--- a/pypy/interpreter/app_main.py
+++ b/pypy/interpreter/app_main.py
@@ -690,7 +690,7 @@
 
 def setup_bootstrap_path(executable):
     """
-    Try to to as little as possible and to have the stdlib in sys.path. In
+    Try to do as little as possible and to have the stdlib in sys.path. In
     particular, we cannot use any unicode at this point, because lots of
     unicode operations require to be able to import encodings.
     """
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to