Skip to content

Commit cb681be

Browse files
DOC: Fix PR01, PR02, RT03 on cumulative function (#33000)
1 parent b6fdc13 commit cb681be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/generic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10541,13 +10541,14 @@ def _doc_parms(cls):
1054110541
skipna : bool, default True
1054210542
Exclude NA/null values. If an entire row/column is NA, the result
1054310543
will be NA.
10544-
*args, **kwargs :
10544+
*args, **kwargs
1054510545
Additional keywords have no effect but might be accepted for
1054610546
compatibility with NumPy.
1054710547
1054810548
Returns
1054910549
-------
1055010550
%(name1)s or %(name2)s
10551+
Return cumulative %(desc)s of %(name1)s or %(name2)s.
1055110552
1055210553
See Also
1055310554
--------

0 commit comments

Comments
 (0)