summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2015-05-05 20:59:06 (GMT)
committerDirk Baechle <dl9obn@darc.de>2015-05-05 20:59:06 (GMT)
commitad0bc38f9500c7afaf36e6af0fdff4c0eebc31de (patch)
tree845c91097adb52d29c59a25a09dfec90ecbd381f /doc
parentbff0531192f1b62426d6f6c8c635d43d391ace6a (diff)
parent21a6b1c09608f361ddf64141c97b18cb6b1a96ec (diff)
downloadSCons-ad0bc38f9500c7afaf36e6af0fdff4c0eebc31de.zip
SCons-ad0bc38f9500c7afaf36e6af0fdff4c0eebc31de.tar.gz
SCons-ad0bc38f9500c7afaf36e6af0fdff4c0eebc31de.tar.bz2
Merged in spollard/scons-issue-2990 (pull request #2), fixes #2990 (doc change in builders-writing.xml, forked from dirkbaechle/scons)
Diffstat (limited to 'doc')
-rw-r--r--doc/user/builders-writing.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/builders-writing.xml b/doc/user/builders-writing.xml
index f3713f2..dec176a 100644
--- a/doc/user/builders-writing.xml
+++ b/doc/user/builders-writing.xml
@@ -502,7 +502,7 @@ def build_function(target, source, env):
The builder function
may raise an exception
or return any non-zero value
- to indicate that the build is unsuccessful,
+ to indicate that the build is unsuccessful.
</para>