We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c89f99 commit 9e4e049Copy full SHA for 9e4e049
pandas/core/computation/expr.py
@@ -115,7 +115,7 @@ def _replace_spaces_backtickvariables(source):
115
------
116
s : str
117
Anything that was surrounded by spaces in source is now cleanup up.
118
- This is done so that any collumn name with spaces still can be used
+ This is done so that any column name with spaces still can be used
119
in query and eval.
120
"""
121
return re.sub(r'`(.*?)`',
0 commit comments