Author: Laura Creighton <[email protected]>
Branch: 
Changeset: r46530:05b60c2559af
Date: 2011-08-16 07:22 +0200
http://bitbucket.org/pypy/pypy/changeset/05b60c2559af/

Log:    Fix English wart that bugs me. Well, English bugs me that it has
        this wart, too.

diff --git a/pypy/doc/garbage_collection.rst b/pypy/doc/garbage_collection.rst
--- a/pypy/doc/garbage_collection.rst
+++ b/pypy/doc/garbage_collection.rst
@@ -147,7 +147,7 @@
 You can read more about them at the start of
 `pypy/rpython/memory/gc/minimark.py`_.
 
-In more details:
+In more detail:
 
 - The small newly malloced objects are allocated in the nursery (case 1).
   All objects living in the nursery are "young".
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to