From f4f1e9fb8f0134b75986b3e809167a4d8456b209 Mon Sep 17 00:00:00 2001 From: Wouter Overmeire Date: Thu, 31 Oct 2019 15:43:18 +0100 Subject: [PATCH] Fix doc typo --- pandas/core/computation/eval.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/computation/eval.py b/pandas/core/computation/eval.py index 63344af63470f..430daa4708001 100644 --- a/pandas/core/computation/eval.py +++ b/pandas/core/computation/eval.py @@ -119,7 +119,7 @@ def _convert_expression(expr): """ Convert an object to an expression. - Thus function converts an object to an expression (a unicode string) and + This function converts an object to an expression (a unicode string) and checks to make sure it isn't empty after conversion. This is used to convert operators to their string representation for recursive calls to :func:`~pandas.eval`.