Browse Source

Fix Python link typo in Compiling for Linux (#6794)

RedworkDE 2 years ago
parent
commit
8f585bfd84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/development/compiling/compiling_for_linuxbsd.rst

+ 1 - 1
contributing/development/compiling/compiling_for_linuxbsd.rst

@@ -17,7 +17,7 @@ For compiling under Linux or other Unix variants, the following is
 required:
 required:
 
 
 - GCC 7+ or Clang 6+.
 - GCC 7+ or Clang 6+.
-- Python 3.6+ <https://www.python.org/downloads/>`_.
+- `Python 3.6+ <https://www.python.org/downloads/>`_.
 - `SCons 3.0+ <https://scons.org/pages/download.html>`_ build system. If your distribution uses Python 2 by default,
 - `SCons 3.0+ <https://scons.org/pages/download.html>`_ 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
   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)
   the version of Python that SCons uses by changing the shebang (the first line)