From a1d7275763c70f0097b1a277efb7aebd7b855709 Mon Sep 17 00:00:00 2001 From: Johnnie Gray Date: Wed, 14 Sep 2016 13:44:30 +0100 Subject: [PATCH] Update combining.rst Update combining.rst --- doc/combining.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/combining.rst b/doc/combining.rst index 358e582b529..5ea2a810901 100644 --- a/doc/combining.rst +++ b/doc/combining.rst @@ -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.