Skip to content

Commit 6a7f77a

Browse files
machowjuliasilge
andauthored
fix: fix typo in message
Co-authored-by: Julia Silge <[email protected]>
1 parent 1bb364b commit 6a7f77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pins/drivers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def save_data(
139139
_assert_is_pandas_df(obj)
140140

141141
raise NotImplementedError(
142-
'Saving data as type "feather" no longer supported. Use type arrow instead.'
142+
'Saving data as type "feather" no longer supported. Use type "arrow" instead.'
143143
)
144144

145145
elif type == "parquet":

0 commit comments

Comments
 (0)