diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index 1a866bf7781..d9e09c01e06 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -343,7 +343,7 @@ def __init__(self, data_vars=None, coords=None, attrs=None, ---------- data_vars : dict-like, optional A mapping from variable names to :py:class:`~xarray.DataArray` - objects, :py:class:`~xarray.Variable` objects or tuples of the + objects, :py:class:`~xarray.Variable` objects or to tuples of the form ``(dims, data[, attrs])`` which can be used as arguments to create a new ``Variable``. Each dimension must have the same length in all variables in which it appears.