Skip to content

Commit cf0cc42

Browse files
committed
Fix code style
1 parent 345cecc commit cf0cc42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/layers/rnn/simple_rnn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ class SimpleRNN(RNN):
256256
If `True`, process the input sequence backwards and return the
257257
reversed sequence.
258258
stateful: Boolean (default: `False`). If `True`, the last state
259-
for each sample at index i in a batch will be used as the
259+
for each sample at index i in a batch will be used as the
260260
initial state for the sample of index i in the following batch.
261261
unroll: Boolean (default: `False`).
262262
If `True`, the network will be unrolled,

0 commit comments

Comments
 (0)