[pypy-commit] pypy default: Fix doc

arigo pypy.commits at gmail.com
Thu Jan 12 18:27:14 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r89535:da438adf8c4f
Date: 2017-01-13 00:26 +0100
http://bitbucket.org/pypy/pypy/changeset/da438adf8c4f/

Log:	Fix doc

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
@@ -336,6 +336,6 @@
    that fixes some bugs and is translatable.
 
 *  :source:`pypy/objspace/std` contains the :ref:`Standard object space <standard-object-space>`.  The main file
-   is :source:`pypy/objspace/std/objspace.py`.  For each type, the files ``xxxtype.py`` and
-   ``xxxobject.py`` contain respectively the definition of the type and its
-   (default) implementation.
+   is :source:`pypy/objspace/std/objspace.py`.  For each type, the file
+   ``xxxobject.py`` contains the implementation for objects of type ``xxx``,
+   as a first approximation.  (Some types have multiple implementations.)


More information about the pypy-commit mailing list