summaryrefslogtreecommitdiffstats
path: root/Doc/extending/extending.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-09-06 14:49:02 (GMT)
committerGeorg Brandl <georg@python.org>2007-09-06 14:49:02 (GMT)
commit22291c500895077509916620a4a55bdae37cc51e (patch)
tree18c57c80db76f1e71b4262b1c53472f1b8b6ef1d /Doc/extending/extending.rst
parentdff1c31fb44deea78d28df6eccab07193edce3bb (diff)
downloadcpython-22291c500895077509916620a4a55bdae37cc51e.zip
cpython-22291c500895077509916620a4a55bdae37cc51e.tar.gz
cpython-22291c500895077509916620a4a55bdae37cc51e.tar.bz2
#1116: reference to old filename fixed.
Diffstat (limited to 'Doc/extending/extending.rst')
-rw-r--r--Doc/extending/extending.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst
index bf48c49..74d3f28 100644
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -418,7 +418,7 @@ Fortunately, the Python interpreter is easily called recursively, and there is a
standard interface to call a Python function. (I won't dwell on how to call the
Python parser with a particular string as input --- if you're interested, have a
look at the implementation of the :option:`-c` command line option in
-:file:`Python/pythonmain.c` from the Python source code.)
+:file:`Modules/main.c` from the Python source code.)
Calling a Python function is easy. First, the Python program must somehow pass
you the Python function object. You should provide a function (or some other