Skip to content

Commit 4406a55

Browse files
Update parcels/_datasets/__init__.py
Co-authored-by: Erik van Sebille <e.vansebille@uu.nl>
1 parent 6d5eb3b commit 4406a55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parcels/_datasets/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
2121
* Pros
2222
* the example is stable and self-contained
23-
* easy to see exactly what the dataset is, there little to no dependency on other functions defined in the same module
23+
* easy to see exactly what the dataset is, there is little to no dependency on other functions defined in the same module
2424
* datasets don't "break" due to changes in other functions (e.g., grid edges becoming out of sync with grid centres)
2525
* Cons
2626
* inflexible for use in tests where you want to test a large range of datasets, or you want to test a specific resolution

0 commit comments

Comments
 (0)