Skip to content

Commit 13fa519

Browse files
rthPingviinituutti
authored andcommitted
DOC: Minor what's new fix (pandas-dev#24933)
1 parent 1c90b85 commit 13fa519

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/whatsnew/v0.24.0.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ What's New in 0.24.0 (January 25, 2019)
66
.. warning::
77

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

1112
{{ header }}
1213

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

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

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

0 commit comments

Comments
 (0)