Author: Christopher Pope <ch...@cpher.ca> Branch: Changeset: r61674:aad55cecd55f Date: 2013-02-22 22:05 -0500 http://bitbucket.org/pypy/pypy/changeset/aad55cecd55f/
Log: Un-mangle this sentence diff --git a/pypy/doc/interpreter.rst b/pypy/doc/interpreter.rst --- a/pypy/doc/interpreter.rst +++ b/pypy/doc/interpreter.rst @@ -38,8 +38,8 @@ calling its ``frame.eval()`` method. This main entry point initialize appropriate namespaces and then interprets each bytecode instruction. Python's standard library contains -the `lib-python/2.7/dis.py`_ module which allows to view -the Virtual's machine bytecode instructions:: +the `lib-python/2.7/dis.py`_ module which allows to inspection +of the virtual machine's bytecode instructions:: >>> import dis >>> def f(x): _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit