Skip to content

Commit aac91f1

Browse files
authored
Docs - Grammar fix #40377 (#40381)
* Doc fix in groupby/apply.py * Doc fix in groupby/apply.py
1 parent 082d437 commit aac91f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/groupby/groupby.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class providing the base-class of operations.
328328
engine : str, default None
329329
* ``'cython'`` : Runs the function through C-extensions from cython.
330330
* ``'numba'`` : Runs the function through JIT compiled code from numba.
331-
* ``None`` : Defaults to ``'cython'`` or globally setting ``compute.use_numba``
331+
* ``None`` : Defaults to ``'cython'`` or the global setting ``compute.use_numba``
332332
333333
.. versionadded:: 1.1.0
334334
engine_kwargs : dict, default None

0 commit comments

Comments
 (0)