From 93104f29a3744513f71b41f653fb2809afc34530 Mon Sep 17 00:00:00 2001 From: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> Date: Mon, 26 Nov 2018 16:19:22 -0500 Subject: [PATCH] Concat docstring typo --- xarray/core/combine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xarray/core/combine.py b/xarray/core/combine.py index 6853939c02d..ea156667430 100644 --- a/xarray/core/combine.py +++ b/xarray/core/combine.py @@ -43,7 +43,7 @@ def concat(objs, dim=None, data_vars='all', coords='different', * list of str: The listed data variables will be concatenated, in addition to the 'minimal' data variables. If objects are DataArrays, data_vars must be 'all'. - coords : {'minimal', 'different', 'all' o list of str}, optional + coords : {'minimal', 'different', 'all' or list of str}, optional These coordinate variables will be concatenated together: * 'minimal': Only coordinates in which the dimension already appears are included.