8000 #16978: rephrase sentence and fix typo. Initial patch by Tshepang Le… · python/cpython@9e0f462 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e0f462

Browse files
committed
#16978: rephrase sentence and fix typo. Initial patch by Tshepang Lekhonkhobe.
1 parent a670fcc commit 9e0f462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/threading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ The :mod:`dummy_threading` module is provided for situations where
3131

3232
.. impl-detail::
3333

34-
Due to the :term:`Global Interpreter Lock`, in CPython only one thread
34+
In CPython, due to the :term:`Global Interpreter Lock`, only one thread
3535
can execute Python code at once (even though certain performance-oriented
3636
libraries might overcome this limitation).
37-
If you want your application to make better of use of the computational
37+
If you want your application to make better use of the computational
3838
resources of multi-core machines, you are advised to use
3939
:mod:`multiprocessing`. However, threading is still an appropriate model
4040
if you want to run multiple I/O-bound tasks simultaneously.

0 commit comments

Comments
 (0)
0