From 841fa65d084c8d0452bb62c5df98810a28158cbc Mon Sep 17 00:00:00 2001 From: Jack Kang Date: Fri, 30 Nov 2018 21:24:29 -0500 Subject: [PATCH] changed wording (#23793) changed confusing wording --- guide/english/python/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/python/index.md b/guide/english/python/index.md index c07f6e91131..e933777832d 100644 --- a/guide/english/python/index.md +++ b/guide/english/python/index.md @@ -5,7 +5,7 @@ title: Python ## What is Python? -Python is a general purpose programming language which is dynamically typed, interpreted, and known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity. +Python is a general purpose programming language that is dynamically typed and interpreted. Python is known for its easy readability with great design principles. It was created by Guido van Rossum and released in 1991. Since then, the language has exploded in popularity. To learn more about Python, check out these pages on python.org: