Skip to content

Commit 718a36d

Browse files
committed
2 parents 323fc3d + f5f0189 commit 718a36d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,8 @@ then typing in what you want to search for.
454454
- [textwrap](https://docs.python.org/3/library/textwrap.html):
455455
break long text into multiple lines
456456
- [warnings](https://pymotw.com/3/warnings/):
457-
like exceptions, but they don't interrupt the whole program
457+
like [exceptions](exceptions.md), but they don't interrupt the
458+
whole program
458459
- [webbrowser](https://pymotw.com/3/webbrowser/):
459460
open a web browser from Python
460461

0 commit comments

Comments
 (0)