File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5
5
6
6
.. module :: zlib
7
7
:synopsis: zlib decompression
8
+ :noindex:
8
9
9
10
|see_cpython_module | :mod: `cpython:zlib `.
10
11
@@ -26,6 +27,7 @@ Functions
26
27
CPython and is ignored.
27
28
28
29
.. class :: DecompIO(stream, wbits=0, /)
30
+ :noindex:
29
31
30
32
Create a ``stream `` wrapper which allows transparent decompression of
31
33
compressed data in another *stream *. This allows to process compressed
Original file line number Diff line number Diff line change 69
69
//| ...
70
70
//|
71
71
//| def readline(self, nbytes: Optional[int] = None) -> Optional[bytes]:
72
- //| """Read and return one line from the stream. The line terminator is always b'\n'.
72
+ //| """Read and return one line from the stream. The line terminator is always b'\\ n'.
73
73
//| If ``nbytes`` is specified then read at most that many bytes.
74
74
//|
75
75
//| :return: Data read
You can’t perform that action at this time.
0 commit comments