From: Fred Drake Date: Tue, 16 Feb 1999 17:29:42 +0000 (+0000) Subject: Make it clear that Demo/embed/ is from the source distribution. X-Git-Tag: v1.5.2b2~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=295fb434edfe397d61089d8839f4b8dd3df043a3;p=python Make it clear that Demo/embed/ is from the source distribution. --- diff --git a/Doc/ext/ext.tex b/Doc/ext/ext.tex index 2640250904..93f8232098 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{}