Skip to content

Commit cb46604

Browse files
authored
...
1 parent 503f1ba commit cb46604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digital_image_processing/resize/resize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_y(self, y: int) -> int:
5050
:param y: Destination X coordinate
5151
:return: Parent X coordinate based on `y ratio`
5252
>>> nn = NearestNeighbour(imread("digital_image_processing/image_data/lena.jpg",
53-
1), 100, 100)
53+
... 1), 100, 100)
5454
>>> nn.ratio_y = 0.5
5555
>>> nn.get_y(4)
5656
2

0 commit comments

Comments
 (0)