Skip to content

Commit

Permalink
Docs: address remaining unrepeated double negatives in codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sadielbartholomew committed May 17, 2022
1 parent de2d5da commit 5f8400b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cfdm/constructs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions cfdm/data/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions cfdm/data/netcdfarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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``,
Expand Down

0 comments on commit 5f8400b

Please sign in to comment.