We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cf4e88 commit 670e564Copy full SHA for 670e564
README.md
@@ -92,6 +92,7 @@ My notes on the [Python programming language](https://www.python.org/).
92
- [typing — Support for type hints](https://docs.python.org/3/library/typing.html)
93
- [unittest — Unit testing framework](https://docs.python.org/3/library/unittest.html)
94
- [Debugging and Profiling](https://docs.python.org/3/library/debug.html)
95
+ - [pdb — The Python Debugger](https://docs.python.org/3/library/pdb.html)
96
- [Software Packaging and Distribution](https://docs.python.org/3/library/distribution.html)
97
- [Python Runtime Services](https://docs.python.org/3/library/python.html)
98
- [Python HOWTOs](https://docs.python.org/3/howto/)
0 commit comments