diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-27 14:08:22 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1997-08-27 14:08:22 (GMT) |
commit | 3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7 (patch) | |
tree | c8f82bb19cc4b34ebc4365d228f2e4549725615d /Mac/Demo/embed.html | |
parent | 9ffa432972693817fd19fba9ba727b191d995985 (diff) | |
download | cpython-3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7.zip cpython-3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7.tar.gz cpython-3412c5d0fb44f2186ff244aa6d504b1ec0b5dda7.tar.bz2 |
Modified for installer and new names of various applets. Also cleaned
up anything else I saw.
Diffstat (limited to 'Mac/Demo/embed.html')
-rw-r--r-- | Mac/Demo/embed.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/Demo/embed.html b/Mac/Demo/embed.html index 934619b..81a91ab 100644 --- a/Mac/Demo/embed.html +++ b/Mac/Demo/embed.html @@ -28,9 +28,9 @@ user pression the option-key will not result in an interactive dialog. You can, however, set startup options on your program in the same way as you do for applets, by dragging your application to <code>EditPythonPrefs</code>. <p> -The most logical way to embed Python is to link it against the shared library -<code>PythonCorePPC</code> or <code>PythonCoreCFM68K</code>. An example project -and source can be found in the <a href="embed">embed</a> folder. +The most logical way to embed Python is to link it against the shared +library <code>PythonCore</code>. An example project and source can be +found in the <a href="embed">embed</a> folder. </BODY> </HTML> |