Skip to content

Commit 3c4f581

Browse files
author
Dane Pitkin
committed
Revert typo
1 parent eee7573 commit 3c4f581

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyarrow/_dataset.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ cdef class FileSystemDataset(Dataset):
10601060
return Partitioning.wrap(c_partitioning)
10611061
except TypeError:
10621062
# e.g. type_name "default"
1063-
return Nonesubs
1063+
return None
10641064

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

0 commit comments

Comments
 (0)