]> granicus.if.org Git - python/commitdiff
Fix misspelling
authorTerry Jan Reedy <tjreedy@udel.edu>
Wed, 24 Aug 2016 21:52:57 +0000 (17:52 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Wed, 24 Aug 2016 21:52:57 +0000 (17:52 -0400)
Doc/library/pdb.rst

index 471d1ea83de2b3ed2e590a1da62adccfee67b2e2..d77de2e2bb976461d90e881b09e9b1888bb4abf9 100644 (file)
@@ -158,7 +158,7 @@ access further features, you have to do this yourself:
    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*::