Skip to content

Commit 9e4e049

Browse files
committed
Fix spelling
1 parent 8c89f99 commit 9e4e049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/expr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _replace_spaces_backtickvariables(source):
115115
------
116116
s : str
117117
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
118+
This is done so that any column name with spaces still can be used
119119
in query and eval.
120120
"""
121121
return re.sub(r'`(.*?)`',

0 commit comments

Comments
 (0)