Skip to content

Commit

Permalink
Typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Mar 15, 2024
1 parent f56201b commit 800d1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/src/arrow/python/arrow_to_pandas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ enable_if_list_like<T, Status> ConvertListsLike(PandasOptions options,
return Status::OK();
}

// TODO GH-40579: optimize ListView conversion to avoid unecessary copies
// TODO GH-40579: optimize ListView conversion to avoid unnecessary copies
template <typename T>
enable_if_list_view<T, Status> ConvertListsLike(PandasOptions options,
const ChunkedArray& data,
Expand Down

0 comments on commit 800d1d2

Please sign in to comment.