Skip to content

Commit 6c4040c

Browse files
committed
typo
1 parent 4dbbfdf commit 6c4040c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

cf/field.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13569,7 +13569,7 @@ def regrids(
1356913569
any other latitude-longitude grid, including other UGRID
1357013570
meshes and DSG feature types.
1357113571

13572-
**DSG feature types*
13572+
**DSG feature types**
1357313573

1357413574
Data on any latitude-longitude grid (including tripolar and
1357513575
UGRID meshes) may be regridded to any DSG feature type.
@@ -13721,7 +13721,7 @@ def regrids(
1372113721

1372213722
Ignored if *dst* is a `RegridOperator`.
1372313723

13724-
.. versionadded:: NEXTRELEASE
13724+
.. versionadded:: 3.16.2
1372513725

1372613726
dst_z: optional
1372713727
If `None`, the default, then the regridding is 2-d in
@@ -13735,7 +13735,7 @@ def regrids(
1373513735

1373613736
Ignored if *dst* is a `RegridOperator`.
1373713737

13738-
.. versionadded:: NEXTRELEASE
13738+
.. versionadded:: 3.16.2
1373913739

1374013740
z: optional
1374113741
The *z* parameter is a convenience that may be used to
@@ -13749,11 +13749,11 @@ def regrids(
1374913749
*Example:*
1375013750
``z='Z'`` is equivalent to ``src_z='Z', dst_z='Z'``.
1375113751

13752-
.. versionadded:: NEXTRELEASE
13752+
.. versionadded:: 3.16.2
1375313753

1375413754
{{ln_z: `bool` or `None`, optional}}
1375513755

13756-
.. versionadded:: NEXTRELEASE
13756+
.. versionadded:: 3.16.2
1375713757

1375813758
{{verbose: `int` or `str` or `None`, optional}}
1375913759

@@ -14020,7 +14020,7 @@ def regridc(
1402014020

1402114021
Ignored if *dst* is a `RegridOperator`.
1402214022

14023-
.. versionadded:: NEXTRELEASE
14023+
.. versionadded:: 3.16.2
1402414024

1402514025
dst_z: optional
1402614026
If not `None` then *dst_z* specifies the identity of a
@@ -14030,7 +14030,7 @@ def regridc(
1403014030

1403114031
Ignored if *dst* is a `RegridOperator`.
1403214032

14033-
.. versionadded:: NEXTRELEASE
14033+
.. versionadded:: 3.16.2
1403414034

1403514035
z: optional
1403614036
The *z* parameter is a convenience that may be used to
@@ -14042,11 +14042,11 @@ def regridc(
1404214042
*Example:*
1404314043
``z='Z'`` is equivalent to ``src_z='Z', dst_z='Z'``.
1404414044

14045-
.. versionadded:: NEXTRELEASE
14045+
.. versionadded:: 3.16.2
1404614046

1404714047
{{ln_z: `bool` or `None`, optional}}
1404814048

14049-
.. versionadded:: NEXTRELEASE
14049+
.. versionadded:: 3.16.2
1405014050

1405114051
{{inplace: `bool`, optional}}
1405214052

0 commit comments

Comments
 (0)