mirror of
https://github.com/python/cpython.git
synced 2025-09-01 14:38:00 +00:00
Fix typos in comments (GH-9905)
This commit is contained in:
parent
f192aeb95a
commit
3bd0d620d6
3 changed files with 4 additions and 4 deletions
|
@ -3092,7 +3092,7 @@ main_loop:
|
|||
/* There was an exception and a True return.
|
||||
* We must manually unwind the EXCEPT_HANDLER block
|
||||
* which was created when the exception was caught,
|
||||
* otherwise the stack will be in an inconsisten state.
|
||||
* otherwise the stack will be in an inconsistent state.
|
||||
*/
|
||||
PyTryBlock *b = PyFrame_BlockPop(f);
|
||||
assert(b->b_type == EXCEPT_HANDLER);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue