We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45be538 commit 05ed0ebCopy full SHA for 05ed0eb
pandas/core/window/rolling.py
@@ -932,8 +932,8 @@ class Window(_Window):
932
different window types see `scipy.signal window functions
933
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__.
934
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.
+ Certain window types require a scale parameter to be passed. Please see the third example below
+ on how to add the additional parameters.
937
938
Examples
939
--------
0 commit comments