Skip to content

Commit

Permalink
add missing double quote to levels docs (#86)
Browse files Browse the repository at this point in the history
* add missing double quote to levels docs

* add missing double quote to levels docs
  • Loading branch information
Frank-III committed May 27, 2022
1 parent 6b9dab6 commit 639f212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transforms/levels.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Levels(:a => ["yes,"no"])
Levels(:a => ["yes", "no"])
Return a copy of the table with specified levels and orders for categorical columns
allowing only changing the order of the column.
Expand Down

0 comments on commit 639f212

Please sign in to comment.