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

Commit da035c8

Browse files
author
Frédéric Branchaud-Charron
authored
Merge pull request #28 from kaczmarj/patch-1
docs: minor spelling fix in `.apply_transform`
2 parents e714b6b + 6bce1e7 commit da035c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_preprocessing/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ def apply_transform(self, x, transform_parameters):
11251125
- `'brightness'`: Float. Brightness shift intensity.
11261126
11271127
# Returns
1128-
A ransformed version of the input (same shape).
1128+
A transformed version of the input (same shape).
11291129
"""
11301130
# x is a single image, so it doesn't have image number at index 0
11311131
img_row_axis = self.row_axis - 1

0 commit comments

Comments
 (0)