[Python-checkins] cpython (merge 3.5 -> default): Merge with 3.5

terry.reedy python-checkins at python.org
Wed Aug 24 17:53:35 EDT 2016


https://hg.python.org/cpython/rev/cfc923275368
changeset:   102896:cfc923275368
parent:      102894:aa73c28c7ba1
parent:      102895:37335860e0f7
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Wed Aug 24 17:53:16 2016 -0400
summary:
  Merge with 3.5

files:
  Doc/library/pdb.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -158,7 +158,7 @@
    By default, Pdb sets a handler for the SIGINT signal (which is sent when the
    user presses :kbd:`Ctrl-C` on the console) when you give a ``continue`` command.
    This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`.  If you
-   want Pdb not to touch the SIGINT handler, set *nosigint* tot true.
+   want Pdb not to touch the SIGINT handler, set *nosigint* to true.
 
    Example call to enable tracing with *skip*::
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list