mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
|
@ -300,7 +300,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
|
|||
|
||||
# An 'Internal StopIteration' exception is an exception debug event
|
||||
# issued by the interpreter when handling a subgenerator run with
|
||||
# 'yield from' or a generator controled by a for loop. No exception has
|
||||
# 'yield from' or a generator controlled by a for loop. No exception has
|
||||
# actually occurred in this case. The debugger uses this debug event to
|
||||
# stop when the debuggee is returning from such generators.
|
||||
prefix = 'Internal ' if (not exc_traceback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue