summaryrefslogtreecommitdiff
path: root/doc/user/actions.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user/actions.xml')
-rw-r--r--doc/user/actions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/actions.xml b/doc/user/actions.xml
index 4b7c13a6..eab9c105 100644
--- a/doc/user/actions.xml
+++ b/doc/user/actions.xml
@@ -267,7 +267,7 @@ solutions to the above limitations.
</para>
<sconstruct>
- b = Builder(action = 'build &lt; $SOURCE &gt; $TARGET')
+b = Builder(action = 'build &lt; $SOURCE &gt; $TARGET')
</sconstruct>
<para>
@@ -277,7 +277,7 @@ solutions to the above limitations.
</para>
<sconstruct>
- b = Builder(action = Action('build &lt; $SOURCE &gt; $TARGET'))
+b = Builder(action = Action('build &lt; $SOURCE &gt; $TARGET'))
</sconstruct>
<para>