We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5eb3b commit 4406a55Copy full SHA for 4406a55
1 file changed
parcels/_datasets/__init__.py
@@ -20,7 +20,7 @@
20
21
* Pros
22
* 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
+ * easy to see exactly what the dataset is, there is little to no dependency on other functions defined in the same module
24
* datasets don't "break" due to changes in other functions (e.g., grid edges becoming out of sync with grid centres)
25
* Cons
26
* 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