We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a448d commit 483b8a0Copy full SHA for 483b8a0
xarray/core/combine.py
@@ -43,7 +43,7 @@ def concat(objs, dim=None, data_vars='all', coords='different',
43
* list of str: The listed data variables will be concatenated, in
44
addition to the 'minimal' data variables.
45
If objects are DataArrays, data_vars must be 'all'.
46
- coords : {'minimal', 'different', 'all' o list of str}, optional
+ coords : {'minimal', 'different', 'all' or list of str}, optional
47
These coordinate variables will be concatenated together:
48
* 'minimal': Only coordinates in which the dimension already appears
49
are included.
0 commit comments