Skip to content

Commit 7472a91

Browse files
committed
Fix vague introduction.
1 parent 8da7257 commit 7472a91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0788.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Abstract
1616
:c:func:`PyGILState_Ensure`, :c:func:`PyGILState_Ensure`, and other related
1717
functions in the ``PyGILState`` family are the most common way to create
1818
native threads that interact with Python. They have been the standard for over
19-
twenty years (:pep:`311`). But, as Python has grown, these functions have
19+
twenty years (:pep:`311`). But, over time, these functions have
2020
become problematic:
2121

2222
- They aren't safe for finalization, either causing the calling thread to hang or

0 commit comments

Comments
 (0)