Skip to content

Commit 3a3688d

Browse files
authored
README typo: varible
1 parent 5d4b82f commit 3a3688d

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)