From 511ced2319b6d24e2542b6c7a8420e8645117a41 Mon Sep 17 00:00:00 2001 From: Spencer Clark Date: Sun, 5 Nov 2023 10:35:29 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4329080..6821b7b 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ for partition in range(partitions): ds.partition.write(store, partitions, partition_dims, partition) ``` -The `partition_dims` describe the dimensions over which to partition the -dataset; if chunks exist along dimensions that are not among the partition -dimensions, then they will all be grouped together. If you are not particular -about this, simply using `ds.dims` will also work out of the box. +`partition_dims` describes the dimensions over which to partition the dataset; +if chunks exist along dimensions that are not among the partition dimensions, +then they will all be grouped together. If you are not particular about this, +simply using `ds.dims` will also work out of the box. ### Parallelization using `multiprocessing`