Skip to content

Commit

Permalink
Update combining.rst
Browse files Browse the repository at this point in the history
Update combining.rst
  • Loading branch information
jcmgray committed Sep 14, 2016
1 parent 36cfa76 commit a1d7275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/combining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,5 @@ coordinates as long as any non-missing values agree or are disjoint:
xr.merge([ds1, ds2], compat='no_conflicts')
Note that due to the underlying representation of missing values as floating
point numbers (NaN) or generic objects (None), variable data type is not
point numbers (``NaN``) or generic objects (``None``), variable data type is not
always conserved when merging in this manner.

0 comments on commit a1d7275

Please sign in to comment.