aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2014-02-12 14:07:15 +0100
committerArmin Rigo <arigo@tunes.org>2014-02-12 14:07:15 +0100
commit4378885113ec60c3be69ab67215497d68ad05feb (patch)
tree488b10af868ad603a007ab7986326c70dadcfeca /include
parentAdd an official header with comments for using libpypy.so. (diff)
downloadpypy-4378885113ec60c3be69ab67215497d68ad05feb.tar.gz
pypy-4378885113ec60c3be69ab67215497d68ad05feb.tar.bz2
pypy-4378885113ec60c3be69ab67215497d68ad05feb.zip
Fix the comment here
Diffstat (limited to 'include')
-rw-r--r--include/PyPy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/PyPy.h b/include/PyPy.h
index c93103973c..a963e35594 100644
--- a/include/PyPy.h
+++ b/include/PyPy.h
@@ -28,7 +28,7 @@ int pypy_setup_home(char *home, int verbose);
/* If your program has multiple threads, then you need to call
pypy_init_threads() once at init time, and then pypy_thread_attach()
once in each other thread that just started and in which you want to
- use pypy_execute_source().
+ run Python code (including via callbacks, see below).
*/
void pypy_init_threads(void);
void pypy_thread_attach(void);