Skip to content

Commit ce68605

Browse files
author
MarcoGorelli
committed
lint
1 parent 1caf2e4 commit ce68605

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,8 @@ def sorted_indices(
288288
If a sequence, it must be the same length as `keys`,
289289
and determines the direction with which to use each
290290
key to sort by.
291-
nulls_position : {'first', 'last'}
291+
nulls_position : str
292+
Can be either `'first'` or `'last'`.
292293
Whether null values should be placed at the beginning
293294
or at the end of the result.
294295
Note that the position of NaNs is unspecified and may

0 commit comments

Comments
 (0)