From 7024d9faaec6c13e678b199c41f927761dcee0fa Mon Sep 17 00:00:00 2001 From: ocelot-inc <pgulutzan@ocelot.ca> Date: Sun, 6 Jul 2014 13:18:11 -0600 Subject: [PATCH] tutorial.xml tiny change = removed 'or equal' --- doc/user/tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/tutorial.xml b/doc/user/tutorial.xml index 9ab37e9869..b563003b48 100644 --- a/doc/user/tutorial.xml +++ b/doc/user/tutorial.xml @@ -308,7 +308,7 @@ ones unless you intend to work on the documentation.</para> itself, unless one intends to use the -DENABLE_DOC option in step 6 or the "Run the test suite" option in step 8.</para> <para>Say:<programlisting><command>python --version</command></programlisting> -... You should see that the python version is greater than or equal to 2.6 -- preferably 2.7 -- and less than 3.</para> +... You should see that the python version is greater than 2.6 -- preferably 2.7 -- and less than 3.</para> <para>On Ubuntu you can get modules from the repository: <programlisting> # For test suite -- GitLab