Skip to content

Commit 8e34ec8

Browse files
DOC: fix options table (pandas-dev#18730)
* DOC: fix options table * additional fix
1 parent 8d7e876 commit 8e34ec8

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
@@ -340,7 +340,7 @@ The following methods are available:
340340

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

345345
- ``boxcar``
346346
- ``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)