Skip to content

Commit bfbea29

Browse files
fix typo
1 parent 10f1239 commit bfbea29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/esmf_regrid/experimental/partition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(
9999
----
100100
The source is partitioned into blocks using one of the four mutually exclusive arguments,
101101
`use_dask_src_chunks`, `src_chunks`, `num_src_chunks`, or `explicit_src_blocks`. These
102-
describe a partition into a numnber of blocks which must equal the number of `file_names`.
102+
describe a partition into a number of blocks which must equal the number of `file_names`.
103103
104104
Currently, it is only possible to divide the source grid into chunks.
105105
Meshes are not yet supported as a source.

0 commit comments

Comments
 (0)