Skip to content

Commit a7adbb7

Browse files
authored
Update show.jl (#116)
1 parent 8479d9a commit a7adbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/abstractdataset/show.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function _show(io::IO,
291291
body_hlines = extrahlines,
292292
compact_printing = compact_printing,
293293
crop = crop,
294-
crop_num_lines_at_beginning = 2,
294+
reserved_display_lines = 2,
295295
ellipsis_line_skip = 3,
296296
formatters = pt_formatter,
297297
header = (names_str, names_format, types_str),

0 commit comments

Comments
 (0)