From 97d77ddfaead5fc560c039bc16fda4626e106b4d Mon Sep 17 00:00:00 2001 From: clariguy <111200805+clariguy@users.noreply.github.com> Date: Sun, 6 Nov 2022 12:09:55 +0100 Subject: [PATCH] fix typo in python.md --- languages/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.