Skip to content

Commit 57d916c

Browse files
committed
Doc fix
1 parent 6f537e5 commit 57d916c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/zlib/DecompIO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
//| negative, it's assumed to be raw DEFLATE stream. *wbits* values 24..31 (16 + 8..15)
4343
//| mean that input stream has gzip header."""
4444
//|
45-
//| def __init__(self, stream: IO[AnyStr], wbits: Optional[int] = 0) -> None:
45+
//| def __init__(self, stream: typing.IO, wbits: Optional[int] = 0) -> None:
4646
//| """Creates a DecompIO object to decompress stream data.
4747
//| """
4848
//| ...

0 commit comments

Comments
 (0)