Skip to content

Commit e6479a4

Browse files
lodagroproost
authored andcommitted
Fix doc typo (pandas-dev#29312)
1 parent bc67639 commit e6479a4

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)