Skip to content

Commit 107071b

Browse files
committed
Typo
1 parent cea7a2b commit 107071b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/pivot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1166,7 +1166,7 @@ def _normalize(
11661166
elif margins is True:
11671167
# keep index and column of pivoted table
11681168
if table.empty:
1169-
raise ValueError("Can't get margins since the result dataframe is empty ")
1169+
raise ValueError("Can't get margins since the result dataframe is empty")
11701170

11711171
table_index = table.index
11721172
table_columns = table.columns

0 commit comments

Comments
 (0)