Skip to content

Commit 76c0f8a

Browse files
author
Trevor Bye
committed
missing char
1 parent cde4a09 commit 76c0f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/test_set_index_preserve_dtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def int_series():
2121
return pd.Series([100, 200, 300, 400, 500])
2222

2323

24-
def test_dtypes_between_queries(mixed_series, int_series)
24+
def test_dtypes_between_queries(mixed_series, int_series):
2525
df = pd.DataFrame({'item': mixed_series, 'cost': int_series})
2626

2727
orig_dtypes = df.dtypes

0 commit comments

Comments
 (0)