We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4b083 commit 1d96c98Copy full SHA for 1d96c98
doc/source/whatsnew/v0.25.0.rst
@@ -92,7 +92,7 @@ The repr now looks like this:
92
93
Previously, outputting a :class:`MultiIndex` printed all the ``levels`` and
94
``codes`` of the ``MultiIndex``, which was visually unappealing and made
95
-the output more difficult to navigate:
+the output more difficult to navigate. For example (limiting the range to 5):
96
97
.. code-block:: ipython
98
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
78
79
-class TestRepr(object):
+class TestRepr:
80
81
def test_repr(self, idx):
82
result = idx[:1].__repr__()
0 commit comments