summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/veryhigh.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-09 10:26:17 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-09 10:26:17 (GMT)
commit0b68a2d67538703b13d4a824acf736f8ef103dad (patch)
tree24f48762bab91bc3e602a5bc54d346f1427a1a36 /Doc/c-api/veryhigh.rst
parent91aaeac0508feebc0b7aa436e634892a472e7e93 (diff)
downloadcpython-0b68a2d67538703b13d4a824acf736f8ef103dad.zip
cpython-0b68a2d67538703b13d4a824acf736f8ef103dad.tar.gz
cpython-0b68a2d67538703b13d4a824acf736f8ef103dad.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 499eb3e..14ef8df 100644
--- a/Doc/c-api/veryhigh.rst
+++ b/Doc/c-api/veryhigh.rst
@@ -283,7 +283,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)