Commit e0b4660f authored by Nadeem Vawda's avatar Nadeem Vawda

Document that some of LZMAFile.__init__()'s args are keyword-only.

parent 923f4ecf
......@@ -32,7 +32,7 @@ from multiple threads, it is necessary to protect it with a lock.
Reading and writing compressed files
------------------------------------
.. class:: LZMAFile(filename=None, mode="r", fileobj=None, format=None, check=-1, preset=None, filters=None)
.. class:: LZMAFile(filename=None, mode="r", \*, fileobj=None, format=None, check=-1, preset=None, filters=None)
Open an LZMA-compressed file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment