Skip to content

Commit d599d01

Browse files
Correct name for // is floor division
1 parent 4526f15 commit d599d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/computation/eval.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ def eval(
223223
for further function support details.
224224
225225
Using the ``'python'`` engine allows the use of native Python operators
226-
like integer division ``//``, in addition to Python functions,
227-
both built-in and user-defined.
226+
such as floor division ``//``, in addition to built-in and user-defined
227+
Python functions.
228228
229229
Additionally, the ``'pandas'`` parser allows the use of :keyword:`and`,
230230
:keyword:`or`, and :keyword:`not` with the same semantics as the

0 commit comments

Comments
 (0)