From ddfc6dd1aa2d3164e1e2e7f090dac95e8789cc1c Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Sat, 18 May 2019 18:49:23 +0100 Subject: [PATCH] Fixed docs build failure --- 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 12c5d139fdc..e6dfaa90012 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 command line utility """ if buf is None: # pragma: no cover