Skip to content

Commit f2ec344

Browse files
committed
CI fixes
1 parent 84b47b6 commit f2ec344

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pandas/core/indexes/multi.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1787,15 +1787,15 @@ def to_flat_index(self):
17871787
pd.Index
17881788
Index with the MultiIndex data represented in Tuples.
17891789
1790+
See Also
1791+
--------
1792+
MultiIndex.from_tuples : Convert flat index back to MultiIndex.
1793+
17901794
Notes
17911795
-----
17921796
This method will simply return the caller if called by anything other
17931797
than a MultiIndex.
17941798
1795-
See Also
1796-
--------
1797-
MultiIndex.from_tuples : Convert flat index back to MultiIndex
1798-
17991799
Examples
18001800
--------
18011801
>>> index = pd.MultiIndex.from_product(

0 commit comments

Comments
 (0)