Skip to content

Commit

Permalink
DOC: Fix length typo (pandas-dev#27675)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsansecer authored and quintusdias committed Aug 15, 2019
1 parent 4c35e33 commit 2a1b112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pandas/core/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _dir_additions(self):

def _get_window(self, other=None, **kwargs) -> int:
"""
Returns window lenght
Returns window length
Parameters
----------
Expand Down Expand Up @@ -395,7 +395,7 @@ def _apply(
name : str, optional
name of this function
window : int/str, default to _get_window()
window lenght or offset
window length or offset
center : bool, default to self.center
check_minp : function, default to _use_window
**kwargs
Expand Down

0 comments on commit 2a1b112

Please sign in to comment.