Skip to content

Commit 0a4918b

Browse files
committed
Update debugging.rst
Fixed a small spelling mistake.
1 parent a2d4846 commit 0a4918b

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)