Skip to content

Commit

Permalink
bonehead
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo committed Oct 15, 2020
1 parent 6c7c176 commit 114023e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abstractdataframe/reshape.jl
Expand Up @@ -417,7 +417,7 @@ with name specified by `dest_namescol`.
# Arguments
- `df` : the `AbstractDataFrame`
- `src_namescol` : the column that will become the new header.
This column's element type must be `AbstractString`, `Symbol`, or `Int`.
This column's element type must be `AbstractString` or `Symbol`.
- `dest_namescol` : the name of the first column in the returned `DataFrame`.
Defaults to the same name as `src_namescol`.
- `makeunique` : if `false` (the default), an error will be raised
Expand Down

0 comments on commit 114023e

Please sign in to comment.