Skip to content

Commit 51c79b3

Browse files
committed
clear some typos in comments
1 parent 752ae2c commit 51c79b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/algos_rank_helper.pxi.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def rank_1d_{{dtype}}(object in_arr, ties_method='average', ascending=True,
8686
mask = values == iNaT
8787
{{endif}}
8888

89-
# doulbe sort first by mask and then by values to ensure nan values are
89+
# double sort first by mask and then by values to ensure nan values are
9090
# either at the beginning or the end. mask/(~mask) controls padding at
9191
# tail or the head
9292
{{if dtype != 'uint64'}}

0 commit comments

Comments
 (0)