[pypy-commit] pypy TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033: Changed 'examples' to not be plural as only one example is provided. Thsi can be reverted if multiple examples are given.

TreeStain pypy.commits at gmail.com
Sun Jan 15 08:35:27 EST 2017


Author: Tristan Arthur <roguesgonnasneak at gmail.com>
Branch: TreeStain/main-lines-changed-in-l77-l83-made-para-1484471558033
Changeset: r89582:49477bd65973
Date: 2017-01-15 12:17 +0000
http://bitbucket.org/pypy/pypy/changeset/49477bd65973/

Log:	Changed 'examples' to not be plural as only one example is provided.
	Thsi can be reverted if multiple examples are given.

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -79,7 +79,7 @@
 Sandboxing in PyPy is a good proof of concept, and is without a doubt
 safe IMHO, however it is only a proof of concept.  It currently requires 
 some work from a motivated developer. However, until then it can only be used for "pure Python"
-examples: programs that import mostly nothing (or only pure Python
+example: programs that import mostly nothing (or only pure Python
 modules, recursively).
 
 .. _`sandboxed PyPy`: sandbox.html


More information about the pypy-commit mailing list