From 5f8400b606328669d5bcf377b7831e197ccccb64 Mon Sep 17 00:00:00 2001 From: Sadie Louise Bartholomew Date: Tue, 17 May 2022 18:14:33 +0100 Subject: [PATCH] Docs: address remaining unrepeated double negatives in codebase --- cfdm/constructs.py | 4 ++-- cfdm/data/data.py | 4 ++-- cfdm/data/netcdfarray.py | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cfdm/constructs.py b/cfdm/constructs.py index 13686b53f3..fe0330b8bb 100644 --- a/cfdm/constructs.py +++ b/cfdm/constructs.py @@ -959,8 +959,8 @@ def copy(self, data=True): :Parameters: data: `bool`, optional - If False then do not copy data contained in the metadata - constructs. By default such data are copied. + If True (the default) then copy data contained in the + metadata constructs. :Returns: diff --git a/cfdm/data/data.py b/cfdm/data/data.py index ce0416d192..e144fb4cce 100644 --- a/cfdm/data/data.py +++ b/cfdm/data/data.py @@ -1272,8 +1272,8 @@ def copy(self, array=True): :Parameters: array: `bool`, optional - If False then do not copy the array. By default the array - is copied. + If True (the default) then copy the array, else it + is not copied. :Returns: diff --git a/cfdm/data/netcdfarray.py b/cfdm/data/netcdfarray.py index e17e6a0e15..877e3fcbda 100644 --- a/cfdm/data/netcdfarray.py +++ b/cfdm/data/netcdfarray.py @@ -80,8 +80,8 @@ def __init__( The number of array dimensions in the netCDF file. mask: `bool` - If False then do not mask by convention when reading data - from disk. By default data is masked by convention. + If True (the default) then mask by convention when + reading data from disk. A netCDF array is masked depending on the values of any of the netCDF variable attributes ``valid_min``,