mirror of
https://github.com/python/cpython.git
synced 2026-01-28 02:02:19 +00:00
Add some sentence endings.
This commit is contained in:
parent
98353941ea
commit
9020ff88e6
3 changed files with 3 additions and 4 deletions
|
|
@ -269,7 +269,7 @@ n(ext)
|
|||
|
||||
unt(il)
|
||||
Continue execution until the line with the the line number greater than the
|
||||
current one is reached or when returning from current frame
|
||||
current one is reached or when returning from current frame.
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
|
|
|||
|
|
@ -130,8 +130,7 @@ n(ext)
|
|||
|
||||
unt(il)
|
||||
Continue execution until the line with a number greater than the
|
||||
current one is reached or until the current frame returns
|
||||
|
||||
current one is reached or until the current frame returns.
|
||||
|
||||
r(eturn)
|
||||
Continue execution until the current function returns.
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ Library
|
|||
|
||||
- os.path.walk is deprecated in favor of os.walk.
|
||||
|
||||
- pdb gained the "until" command
|
||||
- pdb gained the "until" command.
|
||||
|
||||
Build
|
||||
-----
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue