Skip to content

Commit 9d101bf

Browse files
radarherehugovk
andauthored
Removed reference to "current version"
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent fb84c54 commit 9d101bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PIL/ImageFilter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ class Kernel(BuiltinFilter):
4242
4343
Kernels can only be applied to "L" and "RGB" images.
4444
45-
:param size: Kernel size, given as (width, height). In the current
46-
version, this must be (3,3) or (5,5).
45+
:param size: Kernel size, given as (width, height).
46+
This must be (3,3) or (5,5).
4747
:param kernel: A sequence containing kernel weights. The kernel will
4848
be flipped vertically before being applied to the image.
4949
:param scale: Scale factor. If given, the result for each pixel is

0 commit comments

Comments
 (0)