Skip to content

Commit 4c24f7f

Browse files
committed
Another missing period
1 parent 9cbd126 commit 4c24f7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pandas/core/window/expanding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ def kurt(self, numeric_only: bool = False):
673673
create_section_header("See Also"),
674674
dedent(
675675
"""
676-
GroupBy.first : Similar method for GroupBy objects
676+
GroupBy.first : Similar method for GroupBy objects.
677677
Expanding.last : Method to get the last element in each window.\n
678678
"""
679679
).replace("\n", "", 1),
@@ -709,7 +709,7 @@ def first(self, numeric_only: bool = False):
709709
create_section_header("See Also"),
710710
dedent(
711711
"""
712-
GroupBy.last : Similar method for GroupBy objects
712+
GroupBy.last : Similar method for GroupBy objects.
713713
Expanding.first : Method to get the first element in each window.\n
714714
"""
715715
).replace("\n", "", 1),

pandas/core/window/rolling.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2564,7 +2564,7 @@ def kurt(self, numeric_only: bool = False):
25642564
create_section_header("See Also"),
25652565
dedent(
25662566
"""
2567-
GroupBy.first : Similar method for GroupBy objects
2567+
GroupBy.first : Similar method for GroupBy objects.
25682568
Rolling.last : Method to get the last element in each window.\n
25692569
"""
25702570
).replace("\n", "", 1),
@@ -2600,7 +2600,7 @@ def first(self, numeric_only: bool = False):
26002600
create_section_header("See Also"),
26012601
dedent(
26022602
"""
2603-
GroupBy.last : Similar method for GroupBy objects
2603+
GroupBy.last : Similar method for GroupBy objects.
26042604
Rolling.first : Method to get the first element in each window.\n
26052605
"""
26062606
).replace("\n", "", 1),

0 commit comments

Comments
 (0)