Skip to content

Commit c28e4a7

Browse files
committed
fix #65
1 parent 7f8e128 commit c28e4a7

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
@@ -348,7 +348,7 @@ and `allrows`, `allcols` and `allgroups` default to `false`.
348348
`limit` set.
349349
- `rowlabel::Symbol = :Row`: The label to use for the column containing row numbers.
350350
- `summary::Bool = true`: Whether to print a brief string summary of the data frame.
351-
- `eltypes::Bool = true`: Whether to print the column types under column names.
351+
- `eltypes::Bool = true`: Whether to print the column types and formats under column names.
352352
- `truncate::Int = 32`: the maximal display width the output can use before
353353
being truncated (in the `textwidth` sense, excluding `…`).
354354
If `truncate` is 0 or less, no truncation is applied.

0 commit comments

Comments
 (0)