From 37a855223b42032a1ac14adfee54a0dc785a26a5 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 1 Apr 2016 10:13:42 +0100 Subject: [PATCH] Updated text on include command. --- docs/source/input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/input.rst b/docs/source/input.rst index 847894e1..366b471c 100644 --- a/docs/source/input.rst +++ b/docs/source/input.rst @@ -111,7 +111,7 @@ Allows you to write blocks of Python code between ``#python`` and ``#end_python` #include: --------- -Allows you to input include commands from a file. It will insert the commands from the specified file at the location where the ``#include`` commands is placed. The syntax of the command is: +Allows you to include commands from a file. It will insert the commands from the specified file at the location where the ``#include`` command is placed. The syntax of the command is: .. code-block:: none