Skip to content

Commit 76d0436

Browse files
committed
Change vague phrase.
1 parent 0268736 commit 76d0436

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

peps/pep-0788.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Native threads will always hang during finalization
5656
---------------------------------------------------
5757

5858
Many codebases might need to call Python code in highly-asynchronous
59-
situations where the interpreter is already finalizing, or might finalize, and want to continue
60-
running code after the Python call. This desire has been
59+
situations where the interpreter is already finalizing, or might finalize, and
60+
want to continue running code after the Python call. This desire has been
6161
`brought up by users <https://discuss.python.org/t/78850/>`_.
6262
For example, a callback that wants to call Python code might be invoked by:
6363

0 commit comments

Comments
 (0)