From e8c1b789aad5fc5e9aba2c7d995e4169d406a804 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 25 Sep 2020 13:50:31 +0200 Subject: [PATCH] docs: scons -> SCons Reviewed-by: Eric Engestrom Part-of: --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index bac818b2d8f..3355002a4bc 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -38,7 +38,7 @@ Third party/extra tools. ^^^^^^^^^^^^^^^^^^^^^^^^ - `Python `__ - Python is required. When - building with scons 2.7 is required. When building with meson 3.5 or + building with SCons 2.7 is required. When building with meson 3.5 or newer is required. - `Python Mako module `__ - Python Mako module is required. Version 0.8.0 or later should work.