We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff0d61 commit 313665aCopy full SHA for 313665a
pandas/core/window.py
@@ -175,7 +175,7 @@ def _dir_additions(self):
175
176
def _get_window(self, other=None, **kwargs) -> int:
177
"""
178
- Returns window lenght
+ Returns window length
179
180
Parameters
181
----------
@@ -395,7 +395,7 @@ def _apply(
395
name : str, optional
396
name of this function
397
window : int/str, default to _get_window()
398
- window lenght or offset
+ window length or offset
399
center : bool, default to self.center
400
check_minp : function, default to _use_window
401
**kwargs
0 commit comments