There was an error while loading. Please reload this page.
2 parents a2d4846 + 0a4918b commit 372b4acCopy full SHA for 372b4ac
1 file changed
debugging.rst
@@ -17,7 +17,7 @@ Here is an example:
17
$ python -m pdb my_script.py
18
19
It would cause the debugger to stop the execution on the first statement
20
-it finds. This is helpful if you script is short. You can then inspect
+it finds. This is helpful if your script is short. You can then inspect
21
the variables and continue execution line-by-line.
22
23
**Running from inside a script**
0 commit comments