Skip to content
Merged

typo #245

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down