[pypy-commit] pypy default: update doc

fijal noreply at buildbot.pypy.org
Fri Feb 28 09:56:55 CET 2014


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r69540:ffbbc475629f
Date: 2014-02-28 10:56 +0200
http://bitbucket.org/pypy/pypy/changeset/ffbbc475629f/

Log:	update doc

diff --git a/pypy/doc/embedding.rst b/pypy/doc/embedding.rst
--- a/pypy/doc/embedding.rst
+++ b/pypy/doc/embedding.rst
@@ -30,7 +30,8 @@
    it you would not be able to find the standard library (and run pretty much
    nothing). Arguments:
 
-   * ``home``: null terminated path
+   * ``home``: null terminated path to an executable inside the pypy directory
+     (can be a .so name, can be made up)
 
    * ``verbose``: if non-zero, would print error messages to stderr
 


More information about the pypy-commit mailing list