Skip to content

Commit 372b4ac

Browse files
committed
Merge pull request yasoob#44 from MartynJacques/patch-1
Update debugging.rst
2 parents a2d4846 + 0a4918b commit 372b4ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is an example:
1717
$ python -m pdb my_script.py
1818
1919
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
20+
it finds. This is helpful if your script is short. You can then inspect
2121
the variables and continue execution line-by-line.
2222

2323
**Running from inside a script**

0 commit comments

Comments
 (0)