diff options
author | Georg Brandl <georg@python.org> | 2008-05-11 14:17:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-11 14:17:13 (GMT) |
commit | 9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4 (patch) | |
tree | 89b49102551a6c6d23709cbf4ea90f5bc22c471f /Lib/pdb.doc | |
parent | 98353941eab1922b1df1ebb1f85c9896e1716c75 (diff) | |
download | cpython-9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4.zip cpython-9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4.tar.gz cpython-9020ff88e6cbc024c089944aa8d64a1bb8d9f9c4.tar.bz2 |
Add some sentence endings.
Diffstat (limited to 'Lib/pdb.doc')
-rw-r--r-- | Lib/pdb.doc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/pdb.doc b/Lib/pdb.doc index 1cd2f19..0d32800 100644 --- a/Lib/pdb.doc +++ b/Lib/pdb.doc @@ -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. |