Skip to content

Commit 2b93934

Browse files
refine doc
1 parent 1b6a54e commit 2b93934

File tree

1 file changed

+2
-2
lines changed
  • python/paddle/trainer_config_helpers

1 file changed

+2
-2
lines changed

python/paddle/trainer_config_helpers/layers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3592,8 +3592,8 @@ def lstm_step_layer(input,
35923592
:type gate_act: BaseActivation
35933593
:param state_act: State Activation Type. TanhActivation is the default.
35943594
:type state_act: BaseActivation
3595-
:param bias_attr: The bias attribute. If the parameter is set to
3596-
True or None, the bias is initialized to zero.
3595+
:param bias_attr: The parameter attribute for bias. If this parameter is
3596+
set to True or None, the bias is initialized to zero.
35973597
:type bias_attr: ParameterAttribute | None | True
35983598
:param layer_attr: layer's extra attribute.
35993599
:type layer_attr: ExtraLayerAttribute

0 commit comments

Comments
 (0)