Skip to content

Commit

Permalink
Removed reference to "current version"
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <[email protected]>
  • Loading branch information
radarhere and hugovk authored Mar 25, 2024
1 parent fb84c54 commit 9d101bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PIL/ImageFilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ class Kernel(BuiltinFilter):
Kernels can only be applied to "L" and "RGB" images.
:param size: Kernel size, given as (width, height). In the current
version, this must be (3,3) or (5,5).
:param size: Kernel size, given as (width, height).
This must be (3,3) or (5,5).
:param kernel: A sequence containing kernel weights. The kernel will
be flipped vertically before being applied to the image.
:param scale: Scale factor. If given, the result for each pixel is
Expand Down

0 comments on commit 9d101bf

Please sign in to comment.