Skip to content

Commit 5c4fc82

Browse files
author
ahuang11
committed
Revert "Add back >>> for what's new"
This reverts commit 915dcf5.
1 parent 25949b0 commit 5c4fc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/whats-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ Enhancements
13621362
- ``core.groupby.GroupBy`` enhancements. By `Deepak Cherian <https://github.com/dcherian>`_.
13631363

13641364
- Added a repr (:pull:`3344`). Example::
1365-
>>> da.groupby("time.season")
1365+
da.groupby("time.season")
13661366
DataArrayGroupBy, grouped over 'season'
13671367
4 groups with labels 'DJF', 'JJA', 'MAM', 'SON'
13681368

0 commit comments

Comments
 (0)