Skip to content

Commit ccebcba

Browse files
committed
BUG-46369: typo
1 parent f431608 commit ccebcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ def get_cython_func(arg: Callable) -> str | None:
612612

613613
def is_builtin_func(arg):
614614
"""
615-
if we define an builtin function for this argument, return it,
615+
if we define a builtin function for this argument, return it,
616616
otherwise return the arg
617617
"""
618618
return _builtin_table.get(arg, arg)

0 commit comments

Comments
 (0)