mirror of
https://github.com/apache/superset.git
synced 2026-04-18 15:44:57 +00:00
chore(misc): Spelling (#19678)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ def test_pivot_df_no_cols_no_rows_single_metric():
|
||||
""".strip()
|
||||
)
|
||||
|
||||
# tranpose_pivot and combine_metrics do nothing in this case
|
||||
# transpose_pivot and combine_metrics do nothing in this case
|
||||
pivoted = pivot_df(
|
||||
df,
|
||||
rows=[],
|
||||
@@ -169,7 +169,7 @@ def test_pivot_df_no_cols_no_rows_two_metrics():
|
||||
""".strip()
|
||||
)
|
||||
|
||||
# tranpose_pivot and combine_metrics do nothing in this case
|
||||
# transpose_pivot and combine_metrics do nothing in this case
|
||||
pivoted = pivot_df(
|
||||
df,
|
||||
rows=[],
|
||||
|
||||
Reference in New Issue
Block a user