Skip to content

Commit 28eb57f

Browse files
committed
DOC: Add blank line
1 parent fc91118 commit 28eb57f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/groupby.rst

+1
Original file line numberDiff line numberDiff line change
@@ -1301,6 +1301,7 @@ Piping can also be expressive when you want to deliver a grouped object to some
13011301
arbitrary function, for example:
13021302

13031303
.. code-block:: python
1304+
13041305
def mean(groupby):
13051306
return(groupby.mean())
13061307

0 commit comments

Comments
 (0)