Skip to content

Commit

Permalink
docs: fix typo in docstring of Image.flip_horizontally (#589)
Browse files Browse the repository at this point in the history
Closes #583

### Summary of Changes

Replace `Ìmage` with `Image` in docstring of `Image.flip_horizontally`.
  • Loading branch information
lars-reimann committed Mar 30, 2024
1 parent d490dee commit 85b9e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds/data/image/containers/_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def flip_vertically(self) -> Image:

def flip_horizontally(self) -> Image:
"""
Return a new `Ìmage` that is flipped horizontally (vertical axis, flips left-right and vice versa).
Return a new `Image` that is flipped horizontally (vertical axis, flips left-right and vice versa).
The original image is not modified.
Expand Down

0 comments on commit 85b9e37

Please sign in to comment.