Skip to content

Commit

Permalink
Add doc for 0c41b7c
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Feb 3, 2016
1 parent 5d30e63 commit 74db0ec
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 @@ -119,7 +119,7 @@ More examples
ensure(1).is_not_none()
ensure("").is_empty()
ensure([1, 2]).is_nonempty()
ensure(1.1).is_a(float)
ensure(1.1).is_a(float).which.equals(1.10)
ensure(KeyError()).is_an(Exception)
ensure({x: str(x) for x in range(5)}).is_a_nonempty(dict).of(int).to(str)
ensure({}).is_an_empty(dict)
Expand Down

0 comments on commit 74db0ec

Please sign in to comment.