aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Arthur <roguesgonnasneak@gmail.com>2017-01-15 12:12:40 +0000
committerTristan Arthur <roguesgonnasneak@gmail.com>2017-01-15 12:12:40 +0000
commit6df330186a5d1dfd8863ec437eb177c992b05aae (patch)
treea32cb50aa5c1631ed4a72dfb07319f9da68e0731 /pypy/doc/faq.rst
parentChanged L81 to reflect the need for a new dedicated developer to work on sand... (diff)
downloadpypy-6df330186a5d1dfd8863ec437eb177c992b05aae.tar.gz
pypy-6df330186a5d1dfd8863ec437eb177c992b05aae.tar.bz2
pypy-6df330186a5d1dfd8863ec437eb177c992b05aae.zip
Fixed L81 to be more cohesive
Diffstat (limited to 'pypy/doc/faq.rst')
-rw-r--r--pypy/doc/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
index 1f6eb4a75b..2bf782b89c 100644
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -77,8 +77,8 @@ Module xyz does not work in the sandboxed PyPy?
You cannot import *any* extension module in a `sandboxed PyPy`_,
sorry. Even the built-in modules available are very limited.
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. Until then it can only be used for "pure Python"
+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
modules, recursively).