summaryrefslogtreecommitdiffstats
path: root/Misc/BLURB
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-20 15:42:46 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-20 15:42:46 (GMT)
commit51bb7b79406a65f78075da371fda74af5d6b2f98 (patch)
treee8db382e1dee3cf03ec389d081ff38a0ef515580 /Misc/BLURB
parentf5831ae92e0c0689a14da7f636ba471c6209c1ca (diff)
downloadcpython-51bb7b79406a65f78075da371fda74af5d6b2f98.zip
cpython-51bb7b79406a65f78075da371fda74af5d6b2f98.tar.gz
cpython-51bb7b79406a65f78075da371fda74af5d6b2f98.tar.bz2
Dang. Formatting glitch.
Diffstat (limited to 'Misc/BLURB')
-rw-r--r--Misc/BLURB4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/BLURB b/Misc/BLURB
index ff9075b..a2ad845 100644
--- a/Misc/BLURB
+++ b/Misc/BLURB
@@ -16,8 +16,8 @@ for all major platforms, and can be freely distributed.
Often, programmers fall in love with Python because of the increased
productivity it provides. Since there is no compilation step, the
edit-test-debug cycle is incredibly fast. Debugging Python programs is
-easy: a bug or bad input will never cause a segmentation
-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
exception. When the program doesn't catch the exception, the
interpreter prints a stack trace. A source level debugger allows
inspection of local and global variables, evaluation of arbitrary