Skip to content

Commit 06653ad

Browse files
Remove (final) duplicate 'the' words across docs
1 parent ac9bc86 commit 06653ad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/source/field_analysis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@ cell sizes (or custom weights) may applied to the calculation.
22212221

22222222
.. code-block:: python
22232223
:caption: *Calculate a 3-point weighted mean of the 'X' axis. Since
2224-
the the 'X' axis is cyclic, the mean wraps by default.*
2224+
the 'X' axis is cyclic, the mean wraps by default.*
22252225

22262226
>>> q, t = cf.read('file.nc')
22272227
>>> print(q)
@@ -2292,7 +2292,7 @@ filter. Convolution filters are carried with the
22922292

22932293
.. code-block:: python
22942294
:caption: *Calculate a 5-point mean of the 'X' axis with a
2295-
non-uniform window function. Since the the 'X' axis is
2295+
non-uniform window function. Since the 'X' axis is
22962296
cyclic, the convolution wraps by default.*
22972297

22982298
>>> print(q)

docs/source/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ all of its metadata. It is defined in CF-|version| as follows:
271271
272272
.. figure:: images/cfdm_field.svg
273273

274-
*The constructs of the CF data model described using UML. The field construct corresponds to a CF-netCDF data variable. The domain construct provides the linkage between the field construct and the constructs which describe measurement locations and cell properties. It is useful to define an abstract generic coordinate construct that can be used to refer to coordinates when the their type (dimension or auxiliary coordinate construct) is not an issue.*
274+
*The constructs of the CF data model described using UML. The field construct corresponds to a CF-netCDF data variable. The domain construct provides the linkage between the field construct and the constructs which describe measurement locations and cell properties. It is useful to define an abstract generic coordinate construct that can be used to refer to coordinates when their type (dimension or auxiliary coordinate construct) is not an issue.*
275275

276276
----
277277

docs/source/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2545,7 +2545,7 @@ grid point location for each cell. The cell bounds are stored in a
25452545
`~Coordinate.bounds` attribute, or `~Coordinate.get_bounds` method, of
25462546
the coordinate construct.
25472547

2548-
A `cf.Bounds` instance shares the :ref:`the same API as the field
2548+
A `cf.Bounds` instance shares :ref:`the same API as the field
25492549
construct <Data>` for accessing its data.
25502550

25512551
.. code-block:: python
@@ -7064,7 +7064,7 @@ adding new ones, is straight forward with the
70647064
Note that some STASH codes have multiple standard name mappings. This
70657065
could be due to the standard name being a function of other parts of
70667066
the header (as is the case for ``(1, 2)``) and ``(1, 152)``), or the
7067-
the STASH code only being valid for particular UM versions (as is the
7067+
STASH code only being valid for particular UM versions (as is the
70687068
case for ``(1, 152)``).
70697069

70707070
----

0 commit comments

Comments
 (0)