Skip to content

Commit d6a02d5

Browse files
committed
revert python/paddle/_paddle_docs.py changes
1 parent 7cc1980 commit d6a02d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/paddle/_paddle_docs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def _parse_function_signature(
7474
if func_def.args.defaults and len(func_def.args.defaults) > (
7575
len(func_def.args.args) - len(func_def.args.defaults)
7676
):
77+
7778
idx = count - (
7879
len(func_def.args.args) - len(func_def.args.defaults)
7980
)

0 commit comments

Comments
 (0)