Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 51bb7b7

Browse files
committed
Dang. Formatting glitch.
1 parent f5831ae commit 51bb7b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/BLURB

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ for all major platforms, and can be freely distributed.
1616
Often, programmers fall in love with Python because of the increased
1717
productivity it provides. Since there is no compilation step, the
1818
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
19+
easy: a bug or bad input will never cause a segmentation fault.
20+
Instead, when the interpreter discovers an error, it raises an
2121
exception. When the program doesn't catch the exception, the
2222
interpreter prints a stack trace. A source level debugger allows
2323
inspection of local and global variables, evaluation of arbitrary

0 commit comments

Comments
 (0)