Skip to content

Commit b7b8fae

Browse files
committed
Merge pull request #669 from shoyer/fix-resample-docs
Fix resample docstring
2 parents 2c6a366 + 3b23017 commit b7b8fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xray/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def resample(self, freq, dim, how='mean', skipna=None, closed=None,
289289
of valid offsets include:
290290
291291
* 'AS': year start
292-
* 'Q-DEC': quarter, starting on December 1
292+
* 'QS-DEC': quarterly, starting on December 1
293293
* 'MS': month start
294294
* 'D': day
295295
* 'H': hour

0 commit comments

Comments
 (0)