We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082d437 commit aac91f1Copy full SHA for aac91f1
pandas/core/groupby/groupby.py
@@ -328,7 +328,7 @@ class providing the base-class of operations.
328
engine : str, default None
329
* ``'cython'`` : Runs the function through C-extensions from cython.
330
* ``'numba'`` : Runs the function through JIT compiled code from numba.
331
- * ``None`` : Defaults to ``'cython'`` or globally setting ``compute.use_numba``
+ * ``None`` : Defaults to ``'cython'`` or the global setting ``compute.use_numba``
332
333
.. versionadded:: 1.1.0
334
engine_kwargs : dict, default None
0 commit comments