Bladeren bron

Fix notice indent in Compiling for Windows (#3419)

Max Hilbrunner 5 jaren geleden
bovenliggende
commit
4a509272ed
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      development/compiling/compiling_for_windows.rst

+ 2 - 2
development/compiling/compiling_for_windows.rst

@@ -34,8 +34,8 @@ For compiling under Windows, the following is required:
                   mingw-w64-i686-python3-pip mingw-w64-i686-gcc \
                   mingw-w64-i686-yasm make
               
-              For each MSYS2 MinGW subsystem, you should then run
-              `pip install scons` in its shell.
+          For each MSYS2 MinGW subsystem, you should then run
+          `pip install scons` in its shell.
 
 .. seealso:: For a general overview of SCons usage for Godot, see
              :ref:`doc_introduction_to_the_buildsystem`.