diff options
author | Stephen Pollard <spollard08@gmail.com> | 2015-05-02 16:08:03 (GMT) |
---|---|---|
committer | Stephen Pollard <spollard08@gmail.com> | 2015-05-02 16:08:03 (GMT) |
commit | 21a6b1c09608f361ddf64141c97b18cb6b1a96ec (patch) | |
tree | 73a3d44d4fa82a9843d91fcf67a0a265916169dd | |
parent | 7d89522233802f83ffa728bc0b55785faf580d32 (diff) | |
download | SCons-21a6b1c09608f361ddf64141c97b18cb6b1a96ec.zip SCons-21a6b1c09608f361ddf64141c97b18cb6b1a96ec.tar.gz SCons-21a6b1c09608f361ddf64141c97b18cb6b1a96ec.tar.bz2 |
Fixed minor punctuation issue 2990
-rw-r--r-- | doc/user/builders-writing.xml | 2 |
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> |