Skip to content

Commit

Permalink
cleanup of v0.23.0.txt (pandas-dev#21007)
Browse files Browse the repository at this point in the history
  • Loading branch information
topper-123 authored and tp committed May 13, 2018
1 parent 13ad0b1 commit f368925
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/whatsnew/v0.23.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -569,10 +569,10 @@ Previous Behavior (and current behavior if on Python < 3.6):

.. code-block:: ipython

pd.Series({'Income': 2000,
'Expenses': -1500,
'Taxes': -200,
'Net result': 300})
In [1]: pd.Series({'Income': 2000,
'Expenses': -1500,
'Taxes': -200,
'Net result': 300})
Expenses -1500
Income 2000
Net result 300
Expand Down

0 comments on commit f368925

Please sign in to comment.