diff options
author | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 (GMT) |
commit | 59b44721e37c214cb5f0288d81e7302b7622c45e (patch) | |
tree | 8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Doc/extending | |
parent | 856898b3958626d2400e59b53dc134283addc988 (diff) | |
download | cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2 |
Remove mentions of the Demo directory.
Diffstat (limited to 'Doc/extending')
-rw-r--r-- | Doc/extending/embedding.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/extending/embedding.rst b/Doc/extending/embedding.rst index 13a8e25..e261048 100644 --- a/Doc/extending/embedding.rst +++ b/Doc/extending/embedding.rst @@ -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:: |