Skip to content

Commit 0d7905e

Browse files
committed
Fixed typo
1 parent fef8238 commit 0d7905e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/03.3_windowed.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"Rolling window operations \n",
6363
"1. can be applied along any dimension, or along multiple dimensions.\n",
6464
"2. returns object of same shape as input\n",
65-
"3. pads with NaNs to make (3) possible\n",
65+
"3. pads with NaNs to make (2) possible\n",
6666
"\n",
6767
"Again, all common reduction operations are [available](https://docs.xarray.dev/en/stable/api.html#rolling-objects)"
6868
]

0 commit comments

Comments
 (0)