summaryrefslogtreecommitdiffstats
path: root/doc/user/simple.sgml
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2003-03-25 05:13:22 (GMT)
committerSteven Knight <knight@baldmt.com>2003-03-25 05:13:22 (GMT)
commitc24f1504b711f871c0c4310a460727ac1a859936 (patch)
treeba6a8eb0d60129fab1da2c249696500580d0c699 /doc/user/simple.sgml
parent8d8e5b7a7edcfb7ac3795977c33c7f6e561abdda (diff)
downloadSCons-c24f1504b711f871c0c4310a460727ac1a859936.zip
SCons-c24f1504b711f871c0c4310a460727ac1a859936.tar.gz
SCons-c24f1504b711f871c0c4310a460727ac1a859936.tar.bz2
Branch for in-progress User's Guide changes.
Diffstat (limited to 'doc/user/simple.sgml')
-rw-r--r--doc/user/simple.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/simple.sgml b/doc/user/simple.sgml
index 8cafe2d..a86fd34 100644
--- a/doc/user/simple.sgml
+++ b/doc/user/simple.sgml
@@ -147,10 +147,10 @@ requirements of a build.
an &SConstruct; file and a &Makefile:
the &SConstruct; file is actually a Python script.
If you're not already familiar with Python, don't worry;
- Python is extremely easy to learn,
+ Python is very easy to learn,
and this User's Guide will introduce you step-by-step
to the relatively small amount of Python you'll
- neede to know to be able to use &SCons; effectively.
+ need to know to be able to use &SCons; effectively.
</para>
@@ -254,7 +254,7 @@ requirements of a build.
<para>
- One minor drawback to the use of a Python list
+ One drawback to the use of a Python list
for source files is that
each file name must be enclosed in quotes
(either single quotes or double quotes).