Skip to content

Commit e5074ec

Browse files
committed
documentation: processes: Fix typo
1 parent bf219b0 commit e5074ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/teaching/lectures/processes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Blocking the current thread
736736

737737
Blocking the current thread is an important operation we need to
738738
perform to implement efficient task scheduling - we want to run other
739-
treads while I/O operations complete.
739+
threads while I/O operations complete.
740740

741741
In order to accomplish this the following operations take place:
742742

0 commit comments

Comments
 (0)