Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30bd9c9

Browse files
gpsheadvstinner
authored andcommitted
minor grammar fixes to exceptions.rst
1 parent2f33cd8 commit30bd9c9

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-
anoperations is blocked duringthe:term:`Python finalization <interpreter
423-
shutdown>`.
422+
anoperation is blocked duringinterpreter shutdown also known as
423+
:term:`Python finalization <interpretershutdown>`.
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)

[8]ページ先頭

©2009-2025 Movatter.jp