Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de260a6

Browse files
committed
Fix misspelling
1 parent 7d92f89 commit de260a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/pdb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ access further features, you have to do this yourself:
158158
By default, Pdb sets a handler for the SIGINT signal (which is sent when the
159159
user presses :kbd:`Ctrl-C` on the console) when you give a ``continue`` command.
160160
This allows you to break into the debugger again by pressing :kbd:`Ctrl-C`. If you
161-
want Pdb not to touch the SIGINT handler, set *nosigint* tot true.
161+
want Pdb not to touch the SIGINT handler, set *nosigint* to true.
162162

163163
Example call to enable tracing with *skip*::
164164

0 commit comments

Comments
 (0)