Skip to content

Commit 670e564

Browse files
committed
Add pdb.
1 parent 1cf4e88 commit 670e564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ My notes on the [Python programming language](https://www.python.org/).
9292
- [typing — Support for type hints](https://docs.python.org/3/library/typing.html)
9393
- [unittest — Unit testing framework](https://docs.python.org/3/library/unittest.html)
9494
- [Debugging and Profiling](https://docs.python.org/3/library/debug.html)
95+
- [pdb — The Python Debugger](https://docs.python.org/3/library/pdb.html)
9596
- [Software Packaging and Distribution](https://docs.python.org/3/library/distribution.html)
9697
- [Python Runtime Services](https://docs.python.org/3/library/python.html)
9798
- [Python HOWTOs](https://docs.python.org/3/howto/)

0 commit comments

Comments
 (0)