Skip to content

Commit dd99b7d

Browse files
max-sixtyshoyer
authored andcommitted
List formatting in docs (#2939)
* list formatting in docs * pep8
1 parent 2633b1e commit dd99b7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xarray/core/groupby.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,7 @@ def apply(self, func, shortcut=False, args=(), **kwargs):
519519
520520
Apply uses heuristics (like `pandas.GroupBy.apply`) to figure out how
521521
to stack together the array. The rule is:
522+
522523
1. If the dimension along which the group coordinate is defined is
523524
still in the first grouped array after applying `func`, then stack
524525
over this dimension.
@@ -661,6 +662,7 @@ def apply(self, func, args=(), **kwargs):
661662
662663
Apply uses heuristics (like `pandas.GroupBy.apply`) to figure out how
663664
to stack together the datasets. The rule is:
665+
664666
1. If the dimension along which the group coordinate is defined is
665667
still in the first grouped item after applying `func`, then stack
666668
over this dimension.

0 commit comments

Comments
 (0)