Updated docstring.

This commit is contained in:
Jeremy Fincher 2004-11-28 16:29:40 +00:00
parent 9a71af37a6
commit 9ea98a5657
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ class PositiveFloat(Float):
super(PositiveFloat, self).setValue(v)
class Probability(Float):
"""Value must be a floating point number in the range (0, 1]."""
"""Value must be a floating point number in the range [0, 1]."""
def __init__(self, *args, **kwargs):
self.__parent = super(Probability, self)
self.__parent.__init__(*args, **kwargs)