Merge pull request #7655 from Calinou/fix-backticks

This commit is contained in:
Max Hilbrunner
2023-07-18 13:21:11 +02:00
committed by GitHub
6 changed files with 18 additions and 18 deletions

View File

@@ -98,7 +98,7 @@ below.
To generate and compile the bindings, use this command (replacing ``<platform>``
with ``windows``, ``linux`` or ``macos`` depending on your OS):
To speed up compilation, add `-jN` at the end of the SCons command line where `N`
To speed up compilation, add ``-jN`` at the end of the SCons command line where ``N``
is the number of CPU threads you have on your system. The example below uses 4 threads.
.. code-block:: none