Skip to content

Commit eed4ef4

Browse files
author
MarcoGorelli
committed
fixup first/last rendering
1 parent ce68605 commit eed4ef4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@ 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 : str
292-
Can be either `'first'` or `'last'`.
291+
nulls_position : ``{'first', 'last'}``
293292
Whether null values should be placed at the beginning
294293
or at the end of the result.
295294
Note that the position of NaNs is unspecified and may

0 commit comments

Comments
 (0)