diff options
| author | Fred Drake <fdrake@acm.org> | 1999-02-16 17:29:42 (GMT) |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-02-16 17:29:42 (GMT) |
| commit | 295fb434edfe397d61089d8839f4b8dd3df043a3 (patch) | |
| tree | 7c49a05b9fab1c322d9e66b67b24da4b2890fce0 /Doc | |
| parent | beb27bfef70166c0226bdf6cb73d66cbf34b8853 (diff) | |
| download | cpython-295fb434edfe397d61089d8839f4b8dd3df043a3.zip cpython-295fb434edfe397d61089d8839f4b8dd3df043a3.tar.gz cpython-295fb434edfe397d61089d8839f4b8dd3df043a3.tar.bz2 | |
Make it clear that Demo/embed/ is from the source distribution.
Diffstat (limited to 'Doc')
| -rw-r--r-- | Doc/ext/ext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 2640250..93f8232 100644 --- a/Doc/ext/ext.tex +++ b/Doc/ext/ext.tex @@ -1706,7 +1706,7 @@ operations described in the previous chapters to construct and use Python objects. A simple demo of embedding Python can be found in the directory -\file{Demo/embed}. +\file{Demo/embed/} of the source distribution. \section{Embedding Python in \Cpp{} |
