diff --git a/cf/data/data.py b/cf/data/data.py index f2bdb9eaa7..3c6a4bb60d 100644 --- a/cf/data/data.py +++ b/cf/data/data.py @@ -5360,7 +5360,7 @@ def allclose(self, y, rtol=None, atol=None): :Returns: `Data` - A scalar boolean array that is `True if the two arrays + A scalar boolean array that is `True` if the two arrays are equal within the given tolerance, or `False` otherwise.