]> granicus.if.org Git - python/commitdiff
Drop Capitalized Important Words.
authorGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 15:40:06 +0000 (15:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 25 Nov 1997 15:40:06 +0000 (15:40 +0000)
Misc/BLURB

index a2ad84524d04ff7c0e7c569c8cf16413943fe919..590380576ddb73a407972a751090055f4ff69943 100644 (file)
@@ -4,7 +4,7 @@ What is Python?  Executive Summary
 Python is an interpreted, object-oriented, high-level programming
 language with dynamic semantics.  Its high-level built in data
 structures, combined with dynamic typing and dynamic binding, make it
-very attractive for Rapid Application Development, as well as for use
+very attractive for rapid application development, as well as for use
 as a scripting or glue language to connect existing components
 together.  Python's simple, easy to learn syntax emphasizes
 readability and therefore reduces the cost of program maintenance.