Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Oct 21, 2014
1 parent 624ea48 commit c6f3f73
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 @@ -90,7 +90,7 @@ interval for given bounds.
>>> interval = Interval([1.5, 4])
>>> interval
FloatInterval('[1.5, 4]')
FloatInterval('[1.5, 4.0]')
>>> interval.type
<type 'float'>
Expand Down

0 comments on commit c6f3f73

Please sign in to comment.