Author: Armin Rigo <[email protected]> Branch: Changeset: r65258:ea7a73c5a2ba Date: 2013-07-07 17:51 +0200 http://bitbucket.org/pypy/pypy/changeset/ea7a73c5a2ba/
Log: Typo (thanks Skip) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -319,7 +319,7 @@ No, and you shouldn't try. First and foremost, RPython is a language designed for writing interpreters. It is a restricted subset of -Python. If you program is not an interpreter but tries to do "real +Python. If your program is not an interpreter but tries to do "real things", like use *any* part of the standard Python library or *any* 3rd-party library, then it is not RPython to start with. You should only look at RPython if you try to `write your own interpreter`__. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
