We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c38723 + aac91f1 commit 97730ffCopy full SHA for 97730ff
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