diff --git a/pymc3/distributions/bound.py b/pymc3/distributions/bound.py index 0fb4908e91..253d782758 100644 --- a/pymc3/distributions/bound.py +++ b/pymc3/distributions/bound.py @@ -277,8 +277,7 @@ def __call__(self, name, *args, **kwargs): "Observed Bound distributions are not supported. " "If you want to model truncated data " "you can use a pm.Potential in combination " - "with the cumulative probability function. See " - "pymc3/examples/censored_data.py for an example." + "with the cumulative probability function." ) transform = kwargs.pop("transform", "infer")