Skip to content

Commit e2e2b05

Browse files
committed
fixed a doc string format
1 parent 38abbe3 commit e2e2b05

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
@@ -10540,7 +10540,7 @@ def _doc_parms(cls):
1054010540
1054110541
Parameters
1054210542
----------
10543-
axis : {%(}axis_descr}
10543+
axis : {axis_descr}
1054410544
Axis for the function to be applied on.
1054510545
skipna : bool, default None
1054610546
Exclude NA/null values when computing the result.

0 commit comments

Comments
 (0)