Skip to content

Commit 022dd3f

Browse files
facundobatistaim-vinicius
authored and
im-vinicius
committed
Removed a word that was clearly a leftover after rephrasing. (pandas-dev#53453)
1 parent d6b9157 commit 022dd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/install.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Installable with ``pip install "pandas[performance]"``
295295
===================================================== ================== ================== ===================================================================================================================================================================================
296296
Dependency Minimum Version pip extra Notes
297297
===================================================== ================== ================== ===================================================================================================================================================================================
298-
`numexpr <https://github.com/pydata/numexpr>`__ 2.8.0 performance Accelerates certain numerical operations by using uses multiple cores as well as smart chunking and caching to achieve large speedups
298+
`numexpr <https://github.com/pydata/numexpr>`__ 2.8.0 performance Accelerates certain numerical operations by using multiple cores as well as smart chunking and caching to achieve large speedups
299299
`bottleneck <https://github.com/pydata/bottleneck>`__ 1.3.4 performance Accelerates certain types of ``nan`` by using specialized cython routines to achieve large speedup.
300300
`numba <https://github.com/numba/numba>`__ 0.55.2 performance Alternative execution engine for operations that accept ``engine="numba"`` using a JIT compiler that translates Python functions to optimized machine code using the LLVM compiler.
301301
===================================================== ================== ================== ===================================================================================================================================================================================

0 commit comments

Comments
 (0)