Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Dec 12, 2024
1 parent 345cecc commit cf0cc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras/src/layers/rnn/simple_rnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ class SimpleRNN(RNN):
If `True`, process the input sequence backwards and return the
reversed sequence.
stateful: Boolean (default: `False`). If `True`, the last state
for each sample at index i in a batch will be used as the
for each sample at index i in a batch will be used as the
initial state for the sample of index i in the following batch.
unroll: Boolean (default: `False`).
If `True`, the network will be unrolled,
Expand Down

0 comments on commit cf0cc42

Please sign in to comment.