Skip to content

Commit d0e2bd2

Browse files
committed
Fix small error where data was not displayed as positional-only
1 parent 4f08a00 commit d0e2bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/isal/igzip_libmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ igzip_lib_decompress(PyObject *module, PyObject *args, PyObject *kwargs)
376376
}
377377

378378
PyDoc_STRVAR(igzip_lib_IgzipDecompressor_decompress__doc__,
379-
"decompress($self, /, data, max_length=-1)\n"
379+
"decompress($self, data, /, max_length=-1)\n"
380380
"--\n"
381381
"\n"
382382
"Decompress *data*, returning uncompressed data as bytes.\n"

0 commit comments

Comments
 (0)