summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/veryhigh.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-09 10:26:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-09 10:26:57 (GMT)
commitd51f42372b6992c73f93aaa38c137eef063dd307 (patch)
treedec0215cd81ac9a552f6392433c80e8561fc26b6 /Doc/c-api/veryhigh.rst
parent3226d87747b4a9d3ecc7a5fec4797060eac7f7ab (diff)
parent0b68a2d67538703b13d4a824acf736f8ef103dad (diff)
downloadcpython-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.rst2
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)