We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 391d0a7 commit 143deb1Copy full SHA for 143deb1
pandas/_libs/khash.pxd
@@ -62,7 +62,7 @@ cdef extern from "khash_python.h":
62
63
kh_str_starts_t* kh_init_str_starts() nogil
64
khint_t kh_put_str_starts_item(kh_str_starts_t* table, char* key,
65
- int* ret) nogil
+ int* ret) nogil
66
khint_t kh_get_str_starts_item(kh_str_starts_t* table, char* key) nogil
67
void kh_destroy_str_starts(kh_str_starts_t*) nogil
68
void kh_resize_str_starts(kh_str_starts_t*, khint_t) nogil
0 commit comments