Skip to content

Commit f64c288

Browse files
MistobaanVijay Vasudevan
authored and
Vijay Vasudevan
committed
fix documentation (#6676)
1 parent 4433079 commit f64c288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/python/ops/rnn_cell_impl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class _RNNCell(object):
6767
of operators that allow add dropouts, projections, or embeddings for inputs.
6868
Constructing multi-layer cells is supported by the class `MultiRNNCell`,
6969
or by calling the `rnn` ops several times. Every `RNNCell` must have the
70-
properties below and and implement `__call__` with the following signature.
70+
properties below and implement `__call__` with the following signature.
7171
"""
7272

7373
def __call__(self, inputs, state, scope=None):

0 commit comments

Comments
 (0)