Add some sentence endings.

This commit is contained in:
Georg Brandl 2008-05-11 14:17:13 +00:00
parent 98353941ea
commit 9020ff88e6
3 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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.

View file

@ -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
-----