From 35b56680aba986eb96419a95cfd4b28ac9dd133c Mon Sep 17 00:00:00 2001 From: benoitc Date: Sun, 21 Oct 2012 10:43:50 +0300 Subject: [PATCH] go I know I love you but this is python --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6692826..74bdd33 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,9 @@ systems in Python. def f(): print(a) - def hello() { + def hello(): a = "hello, world" tasklet(f)() - } Requirements ------------