Skip to content

Commit 2127b15

Browse files
committed
missing function
1 parent 7b9fc01 commit 2127b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/development/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Numba-accelerated operations
104104
----------------------------
105105

106106
[Numba](https://numba.pydata.org) is a JIT compiler for Python code. We'd like to provide
107-
ways for users to apply their own Numba-jitted where pandas accepts user-defined functions
107+
ways for users to apply their own Numba-jitted functions where pandas accepts user-defined functions
108108
(for example, :meth:`Series.apply`, :meth:`DataFrame.apply`, :meth:`DataFrame.applymap`,
109109
and in groupby and window contexts). This will improve the performance of
110110
user-defined-functions in these operations by staying within compiled code.

0 commit comments

Comments
 (0)