diff options
| author | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 +0000 |
| commit | 59b44721e37c214cb5f0288d81e7302b7622c45e (patch) | |
| tree | 8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Doc/extending | |
| parent | 856898b3958626d2400e59b53dc134283addc988 (diff) | |
| download | cpython-git-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz | |
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 13a8e25e7c..e261048169 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:: |
