There was an error while loading. Please reload this page.
1 parent a2d4846 commit 0a4918bCopy full SHA for 0a4918b
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