diff --git a/languages/python.md b/languages/python.md index f6d37e7..1712443 100644 --- a/languages/python.md +++ b/languages/python.md @@ -2,7 +2,7 @@ * Python is an interpreted, high-level and general-purpose, dynamically typed programming language -* It seen as an object-oriented, modular scripting language. +* It is seen as an object-oriented, modular scripting language. * In Python, everything is considered as an object.