From 8f585bfd84cb3e8ccd61aa679f5511b1b5c15129 Mon Sep 17 00:00:00 2001 From: RedworkDE <10944644+RedworkDE@users.noreply.github.com> Date: Mon, 20 Feb 2023 18:41:56 +0100 Subject: [PATCH] Fix Python link typo in Compiling for Linux (#6794) --- contributing/development/compiling/compiling_for_linuxbsd.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_for_linuxbsd.rst b/contributing/development/compiling/compiling_for_linuxbsd.rst index 42f9c5ebc..25168b62c 100644 --- a/contributing/development/compiling/compiling_for_linuxbsd.rst +++ b/contributing/development/compiling/compiling_for_linuxbsd.rst @@ -17,7 +17,7 @@ For compiling under Linux or other Unix variants, the following is required: - GCC 7+ or Clang 6+. -- Python 3.6+ `_. +- `Python 3.6+ `_. - `SCons 3.0+ `_ build system. If your distribution uses Python 2 by default, or you are using a version of SCons prior to 3.1.2, you will need to change the version of Python that SCons uses by changing the shebang (the first line)