Skip to content

Commit 313665a

Browse files
ihsansecerTomAugspurger
authored andcommitted
DOC: Fix length typo (#27675)
1 parent 4ff0d61 commit 313665a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/window.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def _dir_additions(self):
175175

176176
def _get_window(self, other=None, **kwargs) -> int:
177177
"""
178-
Returns window lenght
178+
Returns window length
179179
180180
Parameters
181181
----------
@@ -395,7 +395,7 @@ def _apply(
395395
name : str, optional
396396
name of this function
397397
window : int/str, default to _get_window()
398-
window lenght or offset
398+
window length or offset
399399
center : bool, default to self.center
400400
check_minp : function, default to _use_window
401401
**kwargs

0 commit comments

Comments
 (0)