Skip to content

Commit 1b10013

Browse files
AA-Turnerhugovk
andauthored
Expand
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent c2784fa commit 1b10013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ This will build CPython with only warnings and errors being printed to
209209
stderr. The ``-j`` argument means that :program:`make` will concurrently run
210210
tasks, limiting the number of parallel jobs to the number of CPU cores in your
211211
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.
212+
the limit on parallel jobs, which can trade RAM usage versus compilation time.
213213

214214
At the end of the build you should see a success message, followed
215215
by a list of extension modules that haven't been built because their

0 commit comments

Comments
 (0)