summaryrefslogtreecommitdiffstats
path: root/doc/user/builders-writing.xml
diff options
context:
space:
mode:
authorStephen Pollard <spollard08@gmail.com>2015-05-02 16:08:03 (GMT)
committerStephen Pollard <spollard08@gmail.com>2015-05-02 16:08:03 (GMT)
commit21a6b1c09608f361ddf64141c97b18cb6b1a96ec (patch)
tree73a3d44d4fa82a9843d91fcf67a0a265916169dd /doc/user/builders-writing.xml
parent7d89522233802f83ffa728bc0b55785faf580d32 (diff)
downloadSCons-21a6b1c09608f361ddf64141c97b18cb6b1a96ec.zip
SCons-21a6b1c09608f361ddf64141c97b18cb6b1a96ec.tar.gz
SCons-21a6b1c09608f361ddf64141c97b18cb6b1a96ec.tar.bz2
Fixed minor punctuation issue 2990
Diffstat (limited to 'doc/user/builders-writing.xml')
-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>