We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743d498 commit af77040Copy full SHA for af77040
doc/source/whatsnew/v0.25.0.rst
@@ -78,7 +78,7 @@ The repr now looks like this:
78
79
Previously, outputting a :class:`MultiIndex` printed all the ``levels`` and
80
``codes`` of the ``MultiIndex``, which was visually unappealing and made
81
-the output more difficult to navigate:
+the output more difficult to navigate. For example (limiting the range to 5):
82
83
.. code-block:: ipython
84
pandas/tests/indexes/multi/test_format.py
@@ -76,7 +76,7 @@ def test_repr_max_seq_item_setting(idx):
76
assert '...' not in str(idx)
77
-class TestRepr(object):
+class TestRepr:
def test_repr(self, idx):
result = idx[:1].__repr__()
0 commit comments