Author: Michael Hudson-Doyle <[email protected]> Branch: Changeset: r44846:02fae2170a7f Date: 2011-06-09 19:30 +1200 http://bitbucket.org/pypy/pypy/changeset/02fae2170a7f/
Log: fix a typo diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst --- a/pypy/doc/project-ideas.rst +++ b/pypy/doc/project-ideas.rst @@ -91,7 +91,7 @@ Remove the GIL -------------- -This is a major task that requiers lots of thinking. However, few subprojects +This is a major task that requires lots of thinking. However, few subprojects can be potentially specified, unless a better plan can be thought out: * A thread-aware garbage collector _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
