10000 Update copy · iskode/dataframe-api@0d0e94b · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d0e94b

Browse files
committed
Update copy
1 parent 26fb48d commit 0d0e94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/dataframe_protocol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def get_chunks(self, n_chunks : Optional[int] = None) -> Iterable[Column]:
304304

305305
def get_buffers(self) -> dict[Tuple[Buffer, Any], Optional[Tuple[Buffer, Any]], Optional[Tuple[Buffer, Any]]]:
306306
"""
307-
Return the underlying buffers.
307+
Return a dictionary containing the underlying buffers.
308308
309309
The returned dictionary has the following contents:
310310

0 commit comments

Comments
 (0)
0