Skip to content

Commit

Permalink
FIX: Modified the import in examples in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Oct 11, 2016
1 parent 05bacb0 commit f378f42
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 @@ -39,7 +39,7 @@ Install using pip:
>>> sugar.construct(4, lambda x: x * 2)
[0, 2, 4, 6]
>>> count([1, 2, 3, 3], 3)
>>> sugar.count([1, 2, 3, 3], 3)
2
>>> sugar.subtract([1, 2, 3], 2)
Expand Down

0 comments on commit f378f42

Please sign in to comment.