Thanks to visit codestin.com Credit goes to github.com
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 f5831ae commit 51bb7b7Copy full SHA for 51bb7b7
1 file changed
Misc/BLURB
@@ -16,8 +16,8 @@ for all major platforms, and can be freely distributed.
16
Often, programmers fall in love with Python because of the increased
17
productivity it provides. Since there is no compilation step, the
18
edit-test-debug cycle is incredibly fast. Debugging Python programs is
19
-easy: a bug or bad input will never cause a segmentation
20
-fault. Instead, when the interpreter discovers an error, it raises an
+easy: a bug or bad input will never cause a segmentation fault.
+Instead, when the interpreter discovers an error, it raises an
21
exception. When the program doesn't catch the exception, the
22
interpreter prints a stack trace. A source level debugger allows
23
inspection of local and global variables, evaluation of arbitrary
0 commit comments