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.
419419.. exception :: PythonFinalizationError
420420
421421 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> `.
424424
425425 Examples of operations which can be blocked with a
426426 :exc: `PythonFinalizationError ` during the Python finalization:
427427
428- * create a new Python thread;
428+ * Creating a new Python thread.
429429 * :func: `os.fork `.
430430
431431 See also the :func: `sys.is_finalizing ` function.
You can’t perform that action at this time.
0 commit comments