mirror of
https://github.com/nushell/nushell.git
synced 2025-06-26 04:42:06 +02:00
fix mistake in description of polars pivot command (#15621)
Very small change to fix a typo/mistake in the polars pivot command description.
This commit is contained in:
parent
e1ffaf2548
commit
717081bd2f
@ -26,7 +26,7 @@ impl PluginCommand for PivotDF {
|
||||
}
|
||||
|
||||
fn description(&self) -> &str {
|
||||
"Pivot a DataFrame from wide to long format."
|
||||
"Pivot a DataFrame from long to wide format."
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
|
Loading…
x
Reference in New Issue
Block a user