Skip to content

Commit 238fd84

Browse files
Typos
Co-authored-by: Sadie L. Bartholomew <sadie.bartholomew@ncas.ac.uk>
1 parent 4692dbb commit 238fd84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cf/read_write/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ class read(cfdm.read):
334334
335335
{{read group_dimension_search: `str`, optional}}
336336
337-
.. versionadded:: (cfdm) NEXTVERSION
337+
.. versionadded:: NEXTVERSION
338338
339339
umversion: deprecated at version 3.0.0
340340
Use the *um* parameter instead.

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5348,7 +5348,7 @@ By default the output file will be for CF-|version|.
53485348

53495349
The `cf.write` function has optional parameters to
53505350

5351-
* set the output netCDF format (all netCDF3 and netCDF4 formats, as
5351+
* set the output format (all netCDF3 and netCDF4 formats, as
53525352
well as Zarr v3 are possible);
53535353

53545354
* append to the netCDF file rather than over-writing it by default;

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def compile():
184184
185185
* create new field constructs in memory,
186186
187-
* write and append field constructs and domain to netCDF and Zarr v3 datasets on disk,
187+
* write and append field and domain constructs to netCDF and Zarr v3 datasets on disk,
188188
189189
* read, write, and create coordinates defined by geometry cells,
190190

0 commit comments

Comments
 (0)