Skip to content

Commit 256fc87

Browse files
authored
#145 Merge pull request from thewtex/readme-varible
README typo: varible
2 parents 5d4b82f + 3a3688d commit 256fc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class Image(AsDataArray):
229229
y: Coordof[YAxis] = 0
230230
```
231231

232-
### General data varible names in Dataset creation
232+
### General data variable names in Dataset creation
233233

234234
Due to the limitation of Python's parameter names, it is not possible to define data variable names that contain white spaces, for example.
235235
In such cases, please define DataArray classes of each data variable so that they have name fields and specify them by `Dataof` in a Dataset class.

0 commit comments

Comments
 (0)