Skip to content

Commit 0180408

Browse files
Fix coordinate values in examples
Co-authored-by: Sadie L. Bartholomew <[email protected]>
1 parent eeeb66f commit 0180408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cf/dimensioncoordinate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def anchor(self, value, cell=False, parameters=None, inplace=False):
304304
5, ..., 355``; ``value=-12`` implies transformed
305305
coordinates of ``-10, -5, ..., 345``; ``value=380``
306306
implies transformed coordinates of ``380, 385, ...,
307-
715``.
307+
735``.
308308
309309
*Parameter example:*
310310
If the original coordinates are ``355, 350, ..., 0``
@@ -313,7 +313,7 @@ def anchor(self, value, cell=False, parameters=None, inplace=False):
313313
``355, 350, ..., 0``; ``value=0`` implies
314314
transformed coordinates of ``0, -5, ..., -355``;
315315
``value=392`` implies transformed coordinates of
316-
``390, 385, ..., 30``.
316+
``390, 385, ..., 35``.
317317
318318
cell: `bool`, optional
319319
If True, then the coordinate values are transformed so

0 commit comments

Comments
 (0)