diff options
Diffstat (limited to 'Demo/embed/README')
-rw-r--r-- | Demo/embed/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Demo/embed/README b/Demo/embed/README index 62b6513..8858c71 100644 --- a/Demo/embed/README +++ b/Demo/embed/README @@ -1,6 +1,6 @@ -This directory show how easy it is to embed the Python interpreter in -your own application. The file demo.c shows you all that is needed in -your C code. +This directory show how to embed the Python interpreter in your own +application. The file demo.c shows you all that is needed in your C +code. To build it, you may have to edit the Makefile: |