@@ -2196,7 +2196,7 @@ def apply(
21962196 function.
21972197 * ``True`` : the passed function will receive ndarray
21982198 objects instead.
2199-
2199+
22002200 If you are just applying a NumPy reduction function this will
22012201 achieve much better performance.
22022202
@@ -2212,7 +2212,7 @@ def apply(
22122212 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
22132213 and ``parallel`` dictionary keys. The values must either be ``True`` or
22142214 ``False``.
2215-
2215+
22162216 The default ``engine_kwargs`` for the ``'numba'`` engine is
22172217 ``{'nopython': True, 'nogil': False, 'parallel': False}`` and will be
22182218 applied to both the ``func`` and the ``apply`` rolling aggregation.
@@ -2493,7 +2493,7 @@ def max(
24932493 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
24942494 and ``parallel`` dictionary keys. The values must either be ``True`` or
24952495 ``False``.
2496-
2496+
24972497 The default ``engine_kwargs`` for the ``'numba'`` engine is
24982498 ``{'nopython': True, 'nogil': False, 'parallel': False}``
24992499
@@ -2565,7 +2565,7 @@ def min(
25652565 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
25662566 and ``parallel`` dictionary keys. The values must either be ``True`` or
25672567 ``False``.
2568-
2568+
25692569 The default ``engine_kwargs`` for the ``'numba'`` engine is
25702570 ``{'nopython': True, 'nogil': False, 'parallel': False}``
25712571
@@ -2637,7 +2637,7 @@ def mean(
26372637 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
26382638 and ``parallel`` dictionary keys. The values must either be ``True`` or
26392639 ``False``.
2640-
2640+
26412641 The default ``engine_kwargs`` for the ``'numba'`` engine is
26422642 ``{'nopython': True, 'nogil': False, 'parallel': False}``
26432643
@@ -2716,7 +2716,7 @@ def median(
27162716 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
27172717 and ``parallel`` dictionary keys. The values must either be ``True`` or
27182718 ``False``.
2719-
2719+
27202720 The default ``engine_kwargs`` for the ``'numba'`` engine is
27212721 ``{'nopython': True, 'nogil': False, 'parallel': False}``
27222722
@@ -2793,7 +2793,7 @@ def std(
27932793 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
27942794 and ``parallel`` dictionary keys. The values must either be ``True`` or
27952795 ``False``.
2796-
2796+
27972797 The default ``engine_kwargs`` for the ``'numba'`` engine is
27982798 ``{'nopython': True, 'nogil': False, 'parallel': False}``
27992799
@@ -2873,7 +2873,7 @@ def var(
28732873 * For ``'numba'`` engine, the engine can accept ``nopython``, ``nogil``
28742874 and ``parallel`` dictionary keys. The values must either be ``True`` or
28752875 ``False``.
2876-
2876+
28772877 The default ``engine_kwargs`` for the ``'numba'`` engine is
28782878 ``{'nopython': True, 'nogil': False, 'parallel': False}``
28792879
0 commit comments