Skip to content

Commit

Permalink
Revert typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danepitkin committed Sep 18, 2023
1 parent eee7573 commit 3c4f581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyarrow/_dataset.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ cdef class FileSystemDataset(Dataset):
return Partitioning.wrap(c_partitioning)
except TypeError:
# e.g. type_name "default"
return Nonesubs
return None

cdef void init(self, const shared_ptr[CDataset]& sp):
Dataset.init(self, sp)
Expand Down

0 comments on commit 3c4f581

Please sign in to comment.