We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f431608 commit ccebcbaCopy full SHA for ccebcba
pandas/core/common.py
@@ -612,7 +612,7 @@ def get_cython_func(arg: Callable) -> str | None:
612
613
def is_builtin_func(arg):
614
"""
615
- if we define an builtin function for this argument, return it,
+ if we define a builtin function for this argument, return it,
616
otherwise return the arg
617
618
return _builtin_table.get(arg, arg)
0 commit comments