From bb6b19f0e9387ab89189927715919bfc3b537931 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 13 Jul 2015 01:16:50 +0200 Subject: [PATCH] added python 3 notice --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9b14d8..a369161 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ IMProved aims to build an interpreter for IMP (based on [this](http://jayconrod.com/posts/37/a-simple-interpreter-from-scratch-in-python-part-1)) that is fully documented, occassionally improved and -embeddable into Python. +embeddable into Python 3. As you may notice, I am bad at documentation.