summaryrefslogtreecommitdiffstats
path: root/Demo/embed/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-28 09:22:53 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-28 09:22:53 (GMT)
commit3caad8c291691dbec58a75db2341d80522793f88 (patch)
tree265c7f2f4fd50641e7640bc1058192643ee7e998 /Demo/embed/README
parent1b91cdae97831ba1ac670bae2134ca164576ed9e (diff)
downloadcpython-3caad8c291691dbec58a75db2341d80522793f88.zip
cpython-3caad8c291691dbec58a75db2341d80522793f88.tar.gz
cpython-3caad8c291691dbec58a75db2341d80522793f88.tar.bz2
adapted to new naming; clarify comments somewhat
Diffstat (limited to 'Demo/embed/README')
-rw-r--r--Demo/embed/README6
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: