diff --git a/fundamentals/01.1_creating_data_structures.ipynb b/fundamentals/01.1_creating_data_structures.ipynb index 826b9c35..d820cbd5 100644 --- a/fundamentals/01.1_creating_data_structures.ipynb +++ b/fundamentals/01.1_creating_data_structures.ipynb @@ -241,7 +241,7 @@ "\n", "Sometimes we want to attach coordinate variables along an existing dimension. Notice that \n", "1. `itime` is not bolded and \n", - "2. has a name \"time\" that is different from the dimension name \"time\"\n", + "2. has a name \"itime\" that is different from the dimension name \"time\"\n", "\n", "`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)`" ]