Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from kaczmarj/patch-1
Browse files Browse the repository at this point in the history
docs: minor spelling fix in `.apply_transform`
  • Loading branch information
Frédéric Branchaud-Charron authored Jul 25, 2018
2 parents e714b6b + 6bce1e7 commit da035c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_preprocessing/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ def apply_transform(self, x, transform_parameters):
- `'brightness'`: Float. Brightness shift intensity.
# Returns
A ransformed version of the input (same shape).
A transformed version of the input (same shape).
"""
# x is a single image, so it doesn't have image number at index 0
img_row_axis = self.row_axis - 1
Expand Down

0 comments on commit da035c8

Please sign in to comment.