Skip to content

Commit 30bd9c9

Browse files
gpsheadvstinner
authored andcommitted
minor grammar fixes to exceptions.rst
1 parent 2f33cd8 commit 30bd9c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/exceptions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)