We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2784fa commit 1b10013Copy full SHA for 1b10013
getting-started/setup-building.rst
@@ -209,7 +209,7 @@ This will build CPython with only warnings and errors being printed to
209
stderr. The ``-j`` argument means that :program:`make` will concurrently run
210
tasks, limiting the number of parallel jobs to the number of CPU cores in your
211
computer. You can adjust the number passed to the ``-j`` flag to change
212
-the limit on parallel jobs, which can trade RAM usage vs compilation time.
+the limit on parallel jobs, which can trade RAM usage versus compilation time.
213
214
At the end of the build you should see a success message, followed
215
by a list of extension modules that haven't been built because their
0 commit comments