Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nf679 committed Aug 13, 2024
1 parent 0eae71c commit a2aa736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-data/notebooks/ex03_netcdf.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
"metadata": {},
"source": [
"Create four new Dimensions to `myds` from your previous slices. Re-use the names from the last section.\n",
"Note that the \"level\" and \"time\" Dimensions should have length, \"lat\" length 10 and \"lon\" length 5.\n",
"Note that the \"level\" and \"time\" dimensions should have length 1, \"lat\" length 10 and \"lon\" length 5.\n",
"To create a new Dimension use `myds.createDimension(name, size)`"
]
},
Expand Down

0 comments on commit a2aa736

Please sign in to comment.