Skip to content

Commit 483b8a0

Browse files
max-sixtyshoyer
authored andcommitted
Concat docstring typo (#2577)
1 parent a2a448d commit 483b8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray/core/combine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def concat(objs, dim=None, data_vars='all', coords='different',
4343
* list of str: The listed data variables will be concatenated, in
4444
addition to the 'minimal' data variables.
4545
If objects are DataArrays, data_vars must be 'all'.
46-
coords : {'minimal', 'different', 'all' o list of str}, optional
46+
coords : {'minimal', 'different', 'all' or list of str}, optional
4747
These coordinate variables will be concatenated together:
4848
* 'minimal': Only coordinates in which the dimension already appears
4949
are included.

0 commit comments

Comments
 (0)