diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-09 10:26:57 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-09 10:26:57 (GMT) |
commit | d51f42372b6992c73f93aaa38c137eef063dd307 (patch) | |
tree | dec0215cd81ac9a552f6392433c80e8561fc26b6 /Doc/c-api/veryhigh.rst | |
parent | 3226d87747b4a9d3ecc7a5fec4797060eac7f7ab (diff) | |
parent | 0b68a2d67538703b13d4a824acf736f8ef103dad (diff) | |
download | cpython-d51f42372b6992c73f93aaa38c137eef063dd307.zip cpython-d51f42372b6992c73f93aaa38c137eef063dd307.tar.gz cpython-d51f42372b6992c73f93aaa38c137eef063dd307.tar.bz2 |
Issue 19195: Improved cross-references in C API documentation.
Diffstat (limited to 'Doc/c-api/veryhigh.rst')
-rw-r--r-- | Doc/c-api/veryhigh.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst index eef7951..19af7bf 100644 --- a/Doc/c-api/veryhigh.rst +++ b/Doc/c-api/veryhigh.rst @@ -312,7 +312,7 @@ the same library that the Python runtime is using. frame *f* is executed, interpreting bytecode and executing calls as needed. The additional *throwflag* parameter can mostly be ignored - if true, then it causes an exception to immediately be thrown; this is used for the - :meth:`throw` methods of generator objects. + :meth:`~generator.throw` methods of generator objects. .. c:function:: int PyEval_MergeCompilerFlags(PyCompilerFlags *cf) |