We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12f611a + de260a6 commit c532b3cCopy full SHA for c532b3c
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