Skip to content

Commit

Permalink
List formatting in docs (#2939)
Browse files Browse the repository at this point in the history
* list formatting in docs

* pep8
  • Loading branch information
max-sixty authored and shoyer committed May 3, 2019
1 parent 2633b1e commit dd99b7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xarray/core/groupby.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def apply(self, func, shortcut=False, args=(), **kwargs):
Apply uses heuristics (like `pandas.GroupBy.apply`) to figure out how
to stack together the array. The rule is:
1. If the dimension along which the group coordinate is defined is
still in the first grouped array after applying `func`, then stack
over this dimension.
Expand Down Expand Up @@ -661,6 +662,7 @@ def apply(self, func, args=(), **kwargs):
Apply uses heuristics (like `pandas.GroupBy.apply`) to figure out how
to stack together the datasets. The rule is:
1. If the dimension along which the group coordinate is defined is
still in the first grouped item after applying `func`, then stack
over this dimension.
Expand Down

0 comments on commit dd99b7d

Please sign in to comment.