Skip to content

Commit 463885f

Browse files
authored
Merge pull request #245 from yoavram/patch-1
typo
2 parents 72b4482 + 390aaa6 commit 463885f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and create the connection between your Python interpreter and this session:
5757

5858
which will return True once connected.
5959

60-
results = mlab.run_code('a=1;')
60+
results = mlab.run_code('a=1')
6161

6262
Should now run that line of code and return a `results` dict into your Python
6363
namespace. The `results` dict contains the following fields:

0 commit comments

Comments
 (0)