Author: Armin Rigo <ar...@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
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to