Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Oct 28, 2019
1 parent ae4db42 commit 1531416
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 @@ -42,4 +42,4 @@ Example
ep.sum(x)
ep.sqrt(x)
ep.clip(x, 0, 1)
ep.uniform((3, 3), low=-1., high=1.)
ep.uniform(x, (3, 3), low=-1., high=1.)

0 comments on commit 1531416

Please sign in to comment.