Skip to content

Commit 5f77f5f

Browse files
lodagrojbrockmendel
authored andcommitted
Fix doc typo (#29312)
1 parent b501aa0 commit 5f77f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/computation/eval.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _convert_expression(expr):
119119
"""
120120
Convert an object to an expression.
121121
122-
Thus function converts an object to an expression (a unicode string) and
122+
This function converts an object to an expression (a unicode string) and
123123
checks to make sure it isn't empty after conversion. This is used to
124124
convert operators to their string representation for recursive calls to
125125
:func:`~pandas.eval`.

0 commit comments

Comments
 (0)