Skip to content

Commit 7f09d45

Browse files
nameless-Chatoyantfchollet
authored andcommitted
Fix typo in docstring
Corrected a small annotation in Input()
1 parent 85fe642 commit 7f09d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/engine/topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ def Input(shape=None, batch_shape=None,
13701370
attributes that allow us to build a Keras model
13711371
just by knowing the inputs and outputs of the model.
13721372
1373-
For instance, if a, b and c and Keras tensors,
1373+
For instance, if a, b and c are Keras tensors,
13741374
it becomes possible to do:
13751375
`model = Model(input=[a, b], output=c)`
13761376

0 commit comments

Comments
 (0)