From 390aaa647092014644099bbdb8850378d615c1d3 Mon Sep 17 00:00:00 2001 From: Yoav Ram Date: Sun, 26 Feb 2017 15:33:47 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd44dc5..e254b93 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ and create the connection between your Python interpreter and this session: which will return True once connected. - results = mlab.run_code('a=1;') + results = mlab.run_code('a=1') Should now run that line of code and return a `results` dict into your Python namespace. The `results` dict contains the following fields: