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.
2 parents 323fc3d + f5f0189 commit 718a36dCopy full SHA for 718a36d
modules.md
@@ -454,7 +454,8 @@ then typing in what you want to search for.
454
- [textwrap](https://docs.python.org/3/library/textwrap.html):
455
break long text into multiple lines
456
- [warnings](https://pymotw.com/3/warnings/):
457
- like exceptions, but they don't interrupt the whole program
+ like [exceptions](exceptions.md), but they don't interrupt the
458
+ whole program
459
- [webbrowser](https://pymotw.com/3/webbrowser/):
460
open a web browser from Python
461
0 commit comments