@@ -4436,8 +4436,8 @@ def to_units(self, units, inplace=False):
44364436 """Change the data array units.
44374437
44384438 Changing the units will causes the data values to be changed
4439- to match the new units, so the new units must be equivalent to
4440- the existing ones.
4439+ to match the new units, therefore the new units must be
4440+ equivalent to the existing ones.
44414441
44424442 Not to be confused with overriding the units with
44434443 `override_units`
@@ -5023,13 +5023,12 @@ def override_calendar(self, calendar, inplace=False, i=False):
50235023 it is known that the data array values are correct but the
50245024 calendar has been incorrectly encoded.
50255025
5026- Not to be confused with changing to equivalent units with the
5027- `to_units` method or the `Units`, `units`, or `calendar`
5028- attributes. These approaches also convert the data to have the
5029- new units.
5026+ Not to be confused with changing to an equivalent calendar
5027+ with the `to_units` method or the `Units` or `calendar`
5028+ attributes.
50305029
5031- .. seealso:: `override_units`, `to_units`, `units`,
5032- `Units`,` calendar`
5030+ .. seealso:: `override_units`, `to_units`, `units`, `Units`,
5031+ `calendar`
50335032
50345033 :Parameters:
50355034
@@ -5081,7 +5080,7 @@ def override_calendar(self, calendar, inplace=False, i=False):
50815080 @_deprecated_kwarg_check ("i" , version = "3.0.0" , removed_at = "4.0.0" )
50825081 @_inplace_enabled (default = False )
50835082 def override_units (self , units , inplace = False , i = False ):
5084- """Override the units. TODOUNITS
5083+ """Override the units.
50855084
50865085 The new units need not be equivalent to the original ones, and
50875086 the data array elements will not be changed to reflect the new
0 commit comments