[pypy-commit] pypy default: Merged in aliceinwire/pypy (pull request #221)

rlamy noreply at buildbot.pypy.org
Tue Apr 1 21:58:11 CEST 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
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.
     """


More information about the pypy-commit mailing list