Skip to content

Commit 2827cd6

Browse files
authored
Update spec/API_specification/dataframe_api/dataframe_object.py
1 parent 0277fcc commit 2827cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/dataframe_api/dataframe_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def sorted_indices(
265265
If a sequence, it must be the same length as `keys`,
266266
and determines the direction with which to use each
267267
key to sort by.
268-
nulls_position : ``{'first', 'last'}``
268+
nulls_position : {'first', 'last'}
269269
Whether null values should be placed at the beginning
270270
or at the end of the result.
271271
Note that the position of NaNs is unspecified and may

0 commit comments

Comments
 (0)