Skip to content

Commit cf536db

Browse files
authored
DOC: improve the wording (#50957)
there are only two .rolling(), .expanding() and .ewm() functions, so using "etc." is not appropriate.
1 parent 2df4522 commit cf536db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/reference/window.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
Window
77
======
88

9-
Rolling objects are returned by ``.rolling`` calls: :func:`pandas.DataFrame.rolling`, :func:`pandas.Series.rolling`, etc.
10-
Expanding objects are returned by ``.expanding`` calls: :func:`pandas.DataFrame.expanding`, :func:`pandas.Series.expanding`, etc.
11-
ExponentialMovingWindow objects are returned by ``.ewm`` calls: :func:`pandas.DataFrame.ewm`, :func:`pandas.Series.ewm`, etc.
9+
Rolling objects are returned by ``.rolling`` calls: :func:`pandas.DataFrame.rolling` and :func:`pandas.Series.rolling`.
10+
Expanding objects are returned by ``.expanding`` calls: :func:`pandas.DataFrame.expanding` and :func:`pandas.Series.expanding`.
11+
ExponentialMovingWindow objects are returned by ``.ewm`` calls: :func:`pandas.DataFrame.ewm` and :func:`pandas.Series.ewm`.
1212

1313
.. _api.functions_rolling:
1414

0 commit comments

Comments
 (0)