Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d92f89 commit de260a6Copy full SHA for de260a6
1 file changed
Doc/library/pdb.rst
@@ -158,7 +158,7 @@ access further features, you have to do this yourself:
158
By default, Pdb sets a handler for the SIGINT signal (which is sent when the
159
user presses :kbd:`Ctrl-C` on the console) when you give a ``continue`` command.
160
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.
+ want Pdb not to touch the SIGINT handler, set *nosigint* to true.
162
163
Example call to enable tracing with *skip*::
164
0 commit comments