File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -676,7 +676,7 @@ def kurt(self, numeric_only: bool = False):
676
676
GroupBy.first : Similar method for GroupBy objects
677
677
Expanding.last : Method to get the last element in each window
678
678
"""
679
- ),
679
+ ). replace ( " \n " , "" , 1 ) ,
680
680
create_section_header ("Examples" ),
681
681
dedent (
682
682
"""
@@ -712,7 +712,7 @@ def first(self, numeric_only: bool = False):
712
712
GroupBy.last : Similar method for GroupBy objects
713
713
Expanding.first : Method to get the first element in each window
714
714
"""
715
- ),
715
+ ). replace ( " \n " , "" , 1 ) ,
716
716
create_section_header ("Examples" ),
717
717
dedent (
718
718
"""
Original file line number Diff line number Diff line change @@ -2567,7 +2567,7 @@ def kurt(self, numeric_only: bool = False):
2567
2567
GroupBy.first : Similar method for GroupBy objects
2568
2568
Rolling.last : Method to get the last element in each window
2569
2569
"""
2570
- ),
2570
+ ). replace ( " \n " , "" , 1 ) ,
2571
2571
create_section_header ("Examples" ),
2572
2572
dedent (
2573
2573
"""
@@ -2603,7 +2603,7 @@ def first(self, numeric_only: bool = False):
2603
2603
GroupBy.last : Similar method for GroupBy objects
2604
2604
Rolling.first : Method to get the first element in each window
2605
2605
"""
2606
- ),
2606
+ ). replace ( " \n " , "" , 1 ) ,
2607
2607
create_section_header ("Examples" ),
2608
2608
dedent (
2609
2609
"""
You can’t perform that action at this time.
0 commit comments