Remove mentions of the Demo directory.

This commit is contained in:
Georg Brandl 2010-12-30 22:12:40 +00:00
parent 856898b395
commit 59b44721e3
10 changed files with 16 additions and 30 deletions

View file

@ -35,9 +35,6 @@ stdio file pointer and a file name (for identification in error messages only)
to :c:func:`PyRun_SimpleFile`. You can also call the lower-level 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/` of the source distribution.
.. seealso::