Skip to content

Commit c3283a5

Browse files
authored
docs: tweak
1 parent aa0df6b commit c3283a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mss/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def to_png(data: bytes, size: tuple[int, int], /, *, level: int = 6, output: Pat
1818
1919
:param bytes data: RGBRGB...RGB data.
2020
:param tuple size: The (width, height) pair.
21-
:param int level: PNG compression level.
21+
:param int level: PNG compression level (see :py:func:`zlib.compress()` for details).
2222
:param str output: Output file name.
2323
2424
.. versionadded:: 3.0.0

0 commit comments

Comments
 (0)