Skip to content

Commit a7b4b81

Browse files
authored
DOC: Add spaces before : to cancel bold (#47847)
* Add spaces before `:` * Remove extra spaces
1 parent a62897a commit a7b4b81

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pandas/core/computation/eval.py

+5-6
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,11 @@ def eval(
206206
207207
The engine used to evaluate the expression. Supported engines are
208208
209-
- None : tries to use ``numexpr``, falls back to ``python``
210-
- ``'numexpr'``: This default engine evaluates pandas objects using
211-
numexpr for large speed ups in complex expressions
212-
with large frames.
213-
- ``'python'``: Performs operations as if you had ``eval``'d in top
214-
level python. This engine is generally not that useful.
209+
- None : tries to use ``numexpr``, falls back to ``python``
210+
- ``'numexpr'`` : This default engine evaluates pandas objects using
211+
numexpr for large speed ups in complex expressions with large frames.
212+
- ``'python'`` : Performs operations as if you had ``eval``'d in top
213+
level python. This engine is generally not that useful.
215214
216215
More backends may be available in the future.
217216

0 commit comments

Comments
 (0)