Skip to content

Commit 8b2413b

Browse files
author
MarcoGorelli
committed
type getitems row
1 parent faaf599 commit 8b2413b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/dataframe_api/column_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def __len__(self) -> int:
66
Return the number of rows.
77
"""
88

9-
def __getitem__(self, row) -> object:
9+
def __getitem__(self, row: int) -> object:
1010
"""
1111
Get the element at row index `row`.
1212
"""

0 commit comments

Comments
 (0)