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

Commit 6bce1e7

Browse files
author
Jakub Kaczmarzyk
authored
docs: minor spelling fix in .apply_transform
1 parent e002ebd commit 6bce1e7

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
@@ -1115,7 +1115,7 @@ def apply_transform(self, x, transform_parameters):
11151115
- `'brightness'`: Float. Brightness shift intensity.
11161116
11171117
# Returns
1118-
A ransformed version of the input (same shape).
1118+
A transformed version of the input (same shape).
11191119
"""
11201120
# x is a single image, so it doesn't have image number at index 0
11211121
img_row_axis = self.row_axis - 1

0 commit comments

Comments
 (0)