From bba966a973ff373049b20219ded54ec3ef18740e Mon Sep 17 00:00:00 2001 From: Mayurji Date: Fri, 12 Mar 2021 00:45:08 +0530 Subject: [PATCH 1/2] Doc fix in groupby/apply.py --- pandas/core/groupby/groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index e5010da5ccac6..10ce84c1f7b12 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -328,7 +328,7 @@ class providing the base-class of operations. engine : str, default None * ``'cython'`` : Runs the function through C-extensions from cython. * ``'numba'`` : Runs the function through JIT compiled code from numba. - * ``None`` : Defaults to ``'cython'`` or globally setting ``compute.use_numba`` + * ``None`` : Defaults to ``'cython'`` or the globally setting ``compute.use_numba`` .. versionadded:: 1.1.0 engine_kwargs : dict, default None From b90d5c2476bc08dafe012f3384db9489a451333a Mon Sep 17 00:00:00 2001 From: Mayurji Date: Fri, 12 Mar 2021 01:18:43 +0530 Subject: [PATCH 2/2] Doc fix in groupby/apply.py --- pandas/core/groupby/groupby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/core/groupby/groupby.py b/pandas/core/groupby/groupby.py index 10ce84c1f7b12..be8d641169b10 100644 --- a/pandas/core/groupby/groupby.py +++ b/pandas/core/groupby/groupby.py @@ -328,7 +328,7 @@ class providing the base-class of operations. engine : str, default None * ``'cython'`` : Runs the function through C-extensions from cython. * ``'numba'`` : Runs the function through JIT compiled code from numba. - * ``None`` : Defaults to ``'cython'`` or the globally setting ``compute.use_numba`` + * ``None`` : Defaults to ``'cython'`` or the global setting ``compute.use_numba`` .. versionadded:: 1.1.0 engine_kwargs : dict, default None