[pypy-commit] pypy default: Change to test the readthedocs integration hooks

arigo pypy.commits at gmail.com
Wed Jan 30 15:30:46 EST 2019


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r95750:0d9f689ae8c7
Date: 2019-01-30 21:30 +0100
http://bitbucket.org/pypy/pypy/changeset/0d9f689ae8c7/

Log:	Change to test the readthedocs integration hooks

diff --git a/pypy/doc/interpreter.rst b/pypy/doc/interpreter.rst
--- a/pypy/doc/interpreter.rst
+++ b/pypy/doc/interpreter.rst
@@ -156,7 +156,7 @@
 environment found in `Frames`.  Frames and Functions have references
 to a code object. Here is a list of Code attributes:
 
-* ``co_flags`` flags if this code object has nested scopes/generators
+* ``co_flags`` flags if this code object has nested scopes/generators/etc.
 * ``co_stacksize`` the maximum depth the stack can reach while executing the code
 * ``co_code`` the actual bytecode string
 


More information about the pypy-commit mailing list