Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2ccfcb2

Browse files
Fixed typo and increase clarity on non-dimension coordinate variable vs name (#345)
* Fixed dimension variable and name typo * Changed wording to improve variable v name clarity * Incorporating reviewer feedback
1 parent fef8238 commit 2ccfcb2

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 name \"time\" that is different from the dimension name \"time\"\n",
244+
"2. has a name \"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)

AltStyle によって変換されたページ (->オリジナル) /