Skip to content

Commit ca69ad1

Browse files
Fix formatting of LaTeX formulae for split_every parameter
1 parent 7c2acd9 commit ca69ad1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cf/docstring/docstring.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,10 @@
315315
any of the intermediate or final aggregation steps
316316
operates on no more than ``split_every`` inputs. The
317317
depth of the aggregation graph will be
318-
:math:`log_{split_every}(input chunks along reduced
319-
axes)`. Setting to a low value can reduce cache size
320-
and network transfers, at the cost of more CPU and a
321-
larger dask graph.
318+
:math:`log_{split\_every}}(\textnormal{input chunks
319+
along reduced axes})`. Setting to a low value can reduce
320+
cache size and network transfers, at the cost of more
321+
CPU and a larger dask graph.
322322
323323
By default, `dask` heuristically decides on a good
324324
value. A default can also be set globally with the

0 commit comments

Comments
 (0)