Commit 81ed507
authored
Print number of variables in repr (#4762)
* Print number of variables in repr
* Tweak title only when there's many rows
Workaround to avoid having to redo every single doctest... It is really only necessary when the data rows are limited. But I find it a bit difficult to count the rows quickly past like 7.
* Remove min()
No need to limit max_rows now because the if condition handles that.1 parent 3c1ed20 commit 81ed507
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
376 | 378 | | |
377 | 379 | | |
378 | 380 | | |
| |||
0 commit comments