[pypy-commit] pypy default: One last touch on getting-started-dev.rst

tilarids noreply at buildbot.pypy.org
Wed Mar 20 21:49:17 CET 2013


Author: Sergey Kishchenko <sergey.kishchenko at quickoffice.com>
Branch: 
Changeset: r62575:d3873f354cb1
Date: 2013-03-20 01:46 +0200
http://bitbucket.org/pypy/pypy/changeset/d3873f354cb1/

Log:	One last touch on getting-started-dev.rst

diff --git a/pypy/doc/getting-started-dev.rst b/pypy/doc/getting-started-dev.rst
--- a/pypy/doc/getting-started-dev.rst
+++ b/pypy/doc/getting-started-dev.rst
@@ -144,7 +144,7 @@
     dirs. The default value for this variable is the system's temporary dir.
 
 ``PYPY_USESSION_KEEP``
-    By default RPython keeps only last ``PYPY_USESSION_KEEP`` (defaults to 3) session dirs inside ``PYPY_USESSION_DIR``. 
+    By default RPython keeps only the last ``PYPY_USESSION_KEEP`` (defaults to 3) session dirs inside ``PYPY_USESSION_DIR``. 
     Increase this value if you want to preserve C files longer (useful when producing lots of lldebug builds).
 
 .. _`your own interpreters`: faq.html#how-do-i-compile-my-own-interpreters


More information about the pypy-commit mailing list