Skip to content

Commit d2b85ff

Browse files
committed
Typo in error message
1 parent 54243c7 commit d2b85ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5705,7 +5705,7 @@ def extract_index(data):
57055705
raw_lengths.append(len(v))
57065706

57075707
if not indexes and not raw_lengths:
5708-
raise ValueError('If using all scalar values, you must must pass'
5708+
raise ValueError('If using all scalar values, you must pass'
57095709
' an index')
57105710

57115711
if have_series or have_dicts:

0 commit comments

Comments
 (0)