From 30e14980886e1089b0e9391bd3ac01681925eae5 Mon Sep 17 00:00:00 2001 From: Richard Plangger Date: Tue, 7 Mar 2017 08:44:03 +0100 Subject: [PATCH] removed two typos --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 53ba255..e7582b9 100644 --- a/index.html +++ b/index.html @@ -649,7 +649,7 @@

Project Ideas

PyPy

PyPy is a fast, compliant alternative implementation of the Python language.

- It is separated in many independant layers, one can work on each separatly. + It is separated in many independent layers, one can work on each separately. Some areas offer rather challenging topics (such as JIT compilation, Optimization, ...), others do not have such a steep learning curve.