Skip to content

Commit

Permalink
Fix style issue in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Feb 14, 2018
1 parent 5d54eeb commit e41378a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keras/engine/topology.py
Original file line number Diff line number Diff line change
Expand Up @@ -2631,8 +2631,8 @@ def load_weights(self, filepath, by_name=False,
where there is a mismatch in the number of weights,
or a mismatch in the shape of the weight
(only valid when `by_name`=True).
reshape: Reshape weights to fit the layer when the correct number
of values are present but the shape does not match.
reshape: Reshape weights to fit the layer when the correct number
of weight arrays is present but their shape does not match.
# Raises
Expand Down

0 comments on commit e41378a

Please sign in to comment.