mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Replace "on verb+ing" with "while verb+ing".
This commit is contained in:
parent
3ebe3d7688
commit
95504f429e
25 changed files with 79 additions and 59 deletions
|
@ -759,7 +759,7 @@ Overlapped_dealloc(OverlappedObject *self)
|
|||
PyExc_RuntimeError,
|
||||
"%R still has pending operation at "
|
||||
"deallocation, the process may crash", self);
|
||||
PyErr_FormatUnraisable("Exception ignored when deallocating "
|
||||
PyErr_FormatUnraisable("Exception ignored while deallocating "
|
||||
"overlapped operation %R", self);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue