Skip to content

Commit ccae428

Browse files
committed
spelling
1 parent fd8afc9 commit ccae428

File tree

10 files changed

+29
-24
lines changed

10 files changed

+29
-24
lines changed

Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version 3.15.4
22
--------------
33

4-
**2023-10-??**
4+
**2023-10-10**
55

66
* Record dimension coordinate cell characteristics
77
(https://github.com/NCAS-CMS/cf-python/issues/692)

cf/data/array/mixin/filearraymixin.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ def file_locations(self):
125125
126126
`tuple`
127127
The file locations, one for each file, as absolute
128-
paths with no trailing separate pathname component
129-
separator.
128+
paths with no trailing path name component separator.
130129
131130
**Examples**
132131

cf/data/data.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def __init__(
449449
)
450450

451451
# Set whether or not we're sure that the Data instance has a
452-
# determinsitic name
452+
# deterministic name
453453
self._custom["deterministic"] = not is_dask_collection(array)
454454

455455
dx = to_dask(array, chunks, **kwargs)
@@ -6302,7 +6302,7 @@ def get_deterministic_name(self):
63026302
that are considered equal by their `equals` methods might not
63036303
have the same deterministic name.
63046304
6305-
An exception is raised if there is no determinisitic name.
6305+
An exception is raised if there is no deterministic name.
63066306
63076307
.. versionadded:: 3.15.1
63086308
@@ -6529,7 +6529,7 @@ def add_file_location(self, location):
65296529
65306530
`str`
65316531
The new location as an absolute path with no trailing
6532-
separate pathname component separator.
6532+
path name component separator.
65336533
65346534
**Examples**
65356535
@@ -8729,7 +8729,7 @@ def file_locations(self):
87298729
87308730
`set`
87318731
The unique file locations as absolute paths with no
8732-
trailing separate pathname component separator.
8732+
trailing path name component separator.
87338733
87348734
**Examples**
87358735
@@ -9728,7 +9728,7 @@ def del_file_location(self, location):
97289728
97299729
`str`
97309730
The removed location as an absolute path with no
9731-
trailing separate pathname component separator.
9731+
trailing path name component separator.
97329732
97339733
**Examples**
97349734

cf/dimensioncoordinate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,14 +1076,14 @@ def set_cell_characteristics(self, cellsize, spacing):
10761076
the cell bounds) characteristic. May be a `Query`,
10771077
`TimeDuration`, scalar `Data`, scalar data_like
10781078
object, or `None`. A value of `None` means no
1079-
characteristc has been set.
1079+
characteristic has been set.
10801080
10811081
spacing:
10821082
The cell spacing (i.e. the absolute difference between
10831083
two neighbouring coordinate values) characteristic.
10841084
May be a `Query`, `TimeDuration`, scalar `Data`,
10851085
scalar data_like object, or `None`. A value of `None`
1086-
means no characteristc has been set.
1086+
means no characteristic has been set.
10871087
10881088
:Returns:
10891089

cf/docstring/docstring.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
.. note:: No checks are performed on an existing file
472472
to ensure that the weights are appropriate
473473
for the source field and the values of the
474-
keyword parameters. Inapproriate weights
474+
keyword parameters. Inappropriate weights
475475
will produce incorrect results.
476476
477477
However, when regridding using weights from
@@ -493,7 +493,7 @@
493493
494494
The computation of the weights can be much more costly
495495
than the regridding itself, in which case reading
496-
pre-calcuated weights can improve performance.""",
496+
pre-calculated weights can improve performance.""",
497497
# aggregated_units
498498
"{{aggregated_units: `str` or `None`, optional}}": """aggregated_units: `str` or `None`, optional
499499
The units of the aggregated array. Set to `None` to

cf/domain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def add_file_location(
155155
156156
`str`
157157
The new location as an absolute path with no trailing
158-
separate pathname component separator.
158+
path name component separator.
159159
160160
**Examples**
161161
@@ -316,7 +316,7 @@ def del_file_location(
316316
317317
`str`
318318
The removed location as an absolute path with no
319-
trailing separate pathname component separator.
319+
trailing path name component separator.
320320
321321
**Examples**
322322
@@ -457,7 +457,7 @@ def file_locations(
457457
458458
`set`
459459
The unique file locations as absolute paths with no
460-
trailing separate pathname component separator.
460+
trailing path name component separator.
461461
462462
**Examples**
463463

cf/field.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3788,7 +3788,7 @@ def del_file_location(
37883788

37893789
`str`
37903790
The removed location as an absolute path with no
3791-
trailing separate pathname component separator.
3791+
trailing path name component separator.
37923792

37933793
**Examples**
37943794

@@ -11756,7 +11756,7 @@ def file_locations(self, constructs=True):
1175611756

1175711757
`set`
1175811758
The unique file locations as absolute paths with no
11759-
trailing separate pathname component separator.
11759+
trailing path name component separator.
1176011760

1176111761
**Examples**
1176211762

@@ -14290,7 +14290,7 @@ def add_file_location(
1429014290

1429114291
`str`
1429214292
The new location as an absolute path with no trailing
14293-
separate pathname component separator.
14293+
path name component separator.
1429414294

1429514295
**Examples**
1429614296

cf/mixin/propertiesdata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,7 +1646,7 @@ def add_file_location(self, location):
16461646
16471647
`str`
16481648
The new location as an absolute path with no trailing
1649-
separate pathname component separator.
1649+
path name component separator.
16501650
16511651
**Examples**
16521652
@@ -3111,7 +3111,7 @@ def del_file_location(self, location):
31113111
31123112
`str`
31133113
The removed location as an absolute path with no
3114-
trailing separate pathname component separator.
3114+
trailing path name component separator.
31153115
31163116
**Examples**
31173117
@@ -3468,7 +3468,7 @@ def file_locations(self):
34683468
34693469
`set`
34703470
The unique file locations as absolute paths with no
3471-
trailing separate pathname component separator.
3471+
trailing path name component separator.
34723472
34733473
**Examples**
34743474

cf/mixin/propertiesdatabounds.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ def add_file_location(self, location):
11701170
11711171
`str`
11721172
The new location as an absolute path with no trailing
1173-
separate pathname component separator.
1173+
path name component separator.
11741174
11751175
**Examples**
11761176
@@ -2118,7 +2118,7 @@ def file_locations(self):
21182118
21192119
`set`
21202120
The unique file locations as absolute paths with no
2121-
trailing separate pathname component separator.
2121+
trailing path name component separator.
21222122
21232123
**Examples**
21242124
@@ -2228,7 +2228,7 @@ def del_file_location(self, location):
22282228
22292229
`str`
22302230
The removed location as an absolute path with no
2231-
trailing separate pathname component separator.
2231+
trailing path name component separator.
22322232
22332233
**Examples**
22342234

docs/source/spelling_false_positives.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ arctan
1919
arctanh
2020
arg
2121
argmax
22+
argmin
2223
args
2324
asdata
2425
asdatetime
@@ -115,6 +116,7 @@ datums
115116
ddof
116117
de
117118
debuginfo
119+
decadal
118120
decile
119121
deepcopy
120122
Dehesa
@@ -270,6 +272,7 @@ lshift
270272
lt
271273
Makefile
272274
mam
275+
matplotlib
273276
mercator
274277
metacharacters
275278
MiB
@@ -330,6 +333,7 @@ priori
330333
programmatically
331334
pseudolevels
332335
py
336+
pyplot
333337
radd
334338
RaggedContiguousArray
335339
RaggedIndexedArray
@@ -386,6 +390,7 @@ setmask
386390
setprop
387391
Signell
388392
sinh
393+
spacings
389394
spatiotemporal
390395
sqrt
391396
src
@@ -425,6 +430,7 @@ timeSeries
425430
timeSeriesProfile
426431
todense
427432
todict
433+
tokenize
428434
tolist
429435
tosparse
430436
trac

0 commit comments

Comments
 (0)