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:
Josh Soref
2023-01-25 18:35:08 -05:00
committed by GitHub
parent 8c38878048
commit 02e5dcbbf2
23 changed files with 38 additions and 38 deletions

View File

@@ -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=[],