Skip to content

Commit 05ed0eb

Browse files
committed
Revert "DOC: Clarify where to the additional arguments for some win_types"
This reverts commit 45be538.
1 parent 45be538 commit 05ed0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/window/rolling.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -932,8 +932,8 @@ class Window(_Window):
932932
different window types see `scipy.signal window functions
933933
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__.
934934
935-
Certain window types require a scale parameter to be passed. Please see
936-
the third example below on how to add the additional parameters.
935+
Certain window types require a scale parameter to be passed. Please see the third example below
936+
on how to add the additional parameters.
937937
938938
Examples
939939
--------

0 commit comments

Comments
 (0)