File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -419,13 +419,13 @@ The following exceptions are the exceptions that are usually raised.
419
419
.. exception :: PythonFinalizationError
420
420
421
421
This exception is derived from :exc: `RuntimeError `. It is raised when
422
- an operations is blocked during the :term: ` Python finalization <interpreter
423
- shutdown> `.
422
+ an operation is blocked during interpreter shutdown also known as
423
+ :term: ` Python finalization <interpreter shutdown> `.
424
424
425
425
Examples of operations which can be blocked with a
426
426
:exc: `PythonFinalizationError ` during the Python finalization:
427
427
428
- * create a new Python thread;
428
+ * Creating a new Python thread.
429
429
* :func: `os.fork `.
430
430
431
431
See also the :func: `sys.is_finalizing ` function.
You can’t perform that action at this time.
0 commit comments