Skip to content

Commit f592cac

Browse files
authored
Merge pull request #362 from lincc-frameworks/arrow_array-comment
Fix comment
2 parents 0873b32 + 9e6b905 commit f592cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nested_pandas/series/ext_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ def dropna(self) -> Self: # type: ignore[name-defined] # noqa: F821
622622

623623
def __arrow_array__(self, type=None):
624624
"""Convert the extension array to a PyArrow array."""
625-
# struct_array is the default "external" representation
625+
# list_array is the default "external" representation
626626
if type is None:
627627
return self.list_array
628628
if pa.types.is_struct(type):

0 commit comments

Comments
 (0)