Skip to content

Commit 45be538

Browse files
authored
DOC: Clarify where to the additional arguments for some win_types
Edit: a3e38ac Second Commit What's new: I shortened line 935 so that each line is less than 88 characters. Original Issue: #34615
1 parent a3e38ac commit 45be538

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 the third example below
936-
on how to add the additional parameters.
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.
937937
938938
Examples
939939
--------

0 commit comments

Comments
 (0)