From 588bee8541194f09cfec912bcf7c79d31438ca58 Mon Sep 17 00:00:00 2001 From: MaxBo Date: Tue, 14 May 2019 16:36:16 +0200 Subject: [PATCH] fix documentation to avoid failures when updating to numpydoc>=0.9 --- xarray/core/dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/dataset.py b/xarray/core/dataset.py index 753b70d2ab7..e9ec1445dd4 100644 --- a/xarray/core/dataset.py +++ b/xarray/core/dataset.py @@ -1381,7 +1381,7 @@ def info(self, buf=None): See Also -------- pandas.DataFrame.assign - netCDF's ncdump + ncdump: netCDF's ncdump """ if buf is None: # pragma: no cover