Skip to content

Commit

Permalink
DOC: Minor what's new fix (pandas-dev#24933)
Browse files Browse the repository at this point in the history
  • Loading branch information
rth authored and jorisvandenbossche committed Jan 26, 2019
1 parent 83eb242 commit 31dcbb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/source/whatsnew/v0.24.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ What's New in 0.24.0 (January 25, 2019)
.. warning::

The 0.24.x series of releases will be the last to support Python 2. Future feature
releases will support Python 3 only. See :ref:`install.dropping-27` for more.
releases will support Python 3 only. See :ref:`install.dropping-27` for more
details.

{{ header }}

Expand Down Expand Up @@ -244,7 +245,7 @@ the new extension arrays that back interval and period data.
Joining with two multi-indexes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

:func:`DataFrame.merge` and :func:`DataFrame.join` can now be used to join multi-indexed ``Dataframe`` instances on the overlaping index levels (:issue:`6360`)
:func:`DataFrame.merge` and :func:`DataFrame.join` can now be used to join multi-indexed ``Dataframe`` instances on the overlapping index levels (:issue:`6360`)

See the :ref:`Merge, join, and concatenate
<merging.Join_with_two_multi_indexes>` documentation section.
Expand Down

0 comments on commit 31dcbb7

Please sign in to comment.