Skip to content

Commit c487a81

Browse files
committed
Changed wording to improve variable v name clarity
1 parent 7b32e0b commit c487a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/01.1_creating_data_structures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
"\n",
242242
"Sometimes we want to attach coordinate variables along an existing dimension. Notice that \n",
243243
"1. `itime` is not bolded and \n",
244-
"2. has a variable name \"itime\" that is different from the dimension name \"time\"\n",
244+
"2. has a coordinate variable \"itime\" that is different from the dimension name \"time\"\n",
245245
"\n",
246246
"`itime` is an example of a non-dimension coordinate variable i.e. it is a coordinate variable that does not match a dimension name. Here we demonstrate the \"tuple\" form of assigninment: `(dims, data, attrs)`"
247247
]

0 commit comments

Comments
 (0)