Skip to content

Commit d890fc3

Browse files
authored
Merge b6ec289 into 6a59da8
2 parents 6a59da8 + b6ec289 commit d890fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/xarray/computation-masking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"source": [
338338
"<div class=\"admonition alert alert-info\">\n",
339339
"\n",
340-
"In the above code example, we are extracting components of date/time data by way of the time coordinate's `.dt` attribute. This attribute is a `DatetimeAccessor` object that contains additional attributes for units of time, such as hour, day, and year. Since we are splitting the data into monthly data, we use the `month` attribute of .dt in this example. (In addition, there exists similar functionality in Pandas; see the [official documentation](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.dt.html) for details.)\n",
340+
"In the above code example, we are extracting components of date/time data by way of the time coordinate's `.dt` attribute. This attribute is a `DatetimeAccessor` object that contains additional attributes for units of time, such as hour, day, and year. Since we are splitting the data into monthly data, we use the `month` attribute of .dt in this example. (In addition, there exists similar functionality in Pandas; see the [official documentation](https://pandas.pydata.org/docs/reference/api/pandas.Series.dt.month.html) for details.)\n",
341341
" \n",
342342
" </div>"
343343
]

0 commit comments

Comments
 (0)