Skip to content

Commit b02b9d7

Browse files
jorisvandenbosscheTomAugspurger
authored andcommitted
DOC: fix options table (#18730)
* DOC: fix options table * additional fix (cherry picked from commit 8e34ec8)
1 parent 1062903 commit b02b9d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/computation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ The following methods are available:
348348

349349
The weights used in the window are specified by the ``win_type`` keyword.
350350
The list of recognized types are the `scipy.signal window functions
351-
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__:
351+
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__:
352352

353353
- ``boxcar``
354354
- ``triang``

doc/source/options.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ compute.use_numexpr True Use the numexpr library to
433433
computation if it is installed.
434434
plotting.matplotlib.register_converters True Register custom converters with
435435
matplotlib. Set to False to de-register.
436-
======================================= ============ ========================================
436+
======================================= ============ ==================================
437437

438438

439439
.. _basics.console_output:

0 commit comments

Comments
 (0)