Skip to content

Commit 8486044

Browse files
committed
fixed a doc string format
1 parent 0fb3091 commit 8486044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10549,7 +10549,7 @@ def _doc_parms(cls):
1054910549
1055010550
Parameters
1055110551
----------
10552-
axis : {%(}axis_descr}
10552+
axis : {axis_descr}
1055310553
Axis for the function to be applied on.
1055410554
skipna : bool, default None
1055510555
Exclude NA/null values when computing the result.

0 commit comments

Comments
 (0)