Skip to content

Commit 7a889ce

Browse files
committed
Minor change to match the style guide.
1 parent 17f690f commit 7a889ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/ext/ext.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ \subsection{Thin Ice
14391439
to temporarily release this lock using the macro
14401440
\code{Py_BEGIN_ALLOW_THREADS}, and to re-acquire it using
14411441
\code{Py_END_ALLOW_THREADS}. This is common around blocking I/O
1442-
calls, to let other threads use the CPU while waiting for the I/O to
1442+
calls, to let other threads use the processor while waiting for the I/O to
14431443
complete. Obviously, the following function has the same problem as
14441444
the previous one:
14451445

0 commit comments

Comments
 (0)