Author: Armin Rigo <[email protected]> Branch: Changeset: r70649:6fbffc03e832 Date: 2014-04-16 11:22 +0200 http://bitbucket.org/pypy/pypy/changeset/6fbffc03e832/
Log: Fix link (thanks Ryan on pull request #229) diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -318,7 +318,7 @@ To read more about the RPython limitations read the `RPython description`_. -.. _`RPython description`: coding-guide.html#restricted-python +.. _`RPython description`: coding-guide.html#rpython-definition --------------------------------------------------------------- Does RPython have anything to do with Zope's Restricted Python? _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
