Skip to content

Commit dd26329

Browse files
committed
Remove return types
1 parent 8c9041f commit dd26329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/layers/control_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ def max_sequence_len(rank_table):
736736
rank_table(${rank_table_type}): ${rank_table_comment}.
737737
738738
Returns:
739-
(${out_type}): ${out_comment}.
739+
${out_comment}.
740740
"""
741741
helper = LayerHelper("max_seqence_len", **locals())
742742
res = helper.create_tmp_variable(dtype="int64")

0 commit comments

Comments
 (0)