File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2510,7 +2510,7 @@ \section{Thread State and the Global Interpreter Lock}
25102510multi-threaded Python programs, there's a global lock that must be
25112511held by the current thread before it can safely access Python objects.
25122512Without the lock, even the simplest operations could cause problems in
2513- a multi-threaded proram : for example, when two threads simultaneously
2513+ a multi-threaded program : for example, when two threads simultaneously
25142514increment the reference count of the same object, the reference count
25152515could end up being incremented only once instead of twice.
25162516
Original file line number Diff line number Diff line change @@ -2510,7 +2510,7 @@ \section{Thread State and the Global Interpreter Lock}
25102510multi-threaded Python programs, there's a global lock that must be
25112511held by the current thread before it can safely access Python objects.
25122512Without the lock, even the simplest operations could cause problems in
2513- a multi-threaded proram : for example, when two threads simultaneously
2513+ a multi-threaded program : for example, when two threads simultaneously
25142514increment the reference count of the same object, the reference count
25152515could end up being incremented only once instead of twice.
25162516
You can’t perform that action at this time.
0 commit comments