Skip to content

Commit

Permalink
hotfix error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye committed Dec 22, 2018
1 parent 870d653 commit a3af2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Threaded
import mars.tensor as mt
a = mt.ones(10, 10)
a = mt.ones((10, 10))
a.execute()
Users can create a session explicitly.
Expand Down

0 comments on commit a3af2f4

Please sign in to comment.