Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r4204:8c4ce58d78b6
Date: 2012-04-27 18:24 +0200
http://bitbucket.org/pypy/extradoc/changeset/8c4ce58d78b6/

Log:    Typoish

diff --git a/blog/draft/stm-apr2012.rst b/blog/draft/stm-apr2012.rst
--- a/blog/draft/stm-apr2012.rst
+++ b/blog/draft/stm-apr2012.rst
@@ -17,7 +17,7 @@
 
 I have now reached the point where the basics seem to work.  There is no
 integration with the JIT so far; moreover the integration with the
-Garbage Collection subsystem is not finished right now, but at least
+Garbage Collection subsystem is not finished right now, but at least it is
 "not crashing in my simple tests and not leaking memory too quickly".
 (It means that it is never calling ``__del__`` so far, although it
 releases memory; and when entering transactional mode or when going to
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to