Skip to content
Snippets Groups Projects
Commit c8b67c13 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix docs

Change-Id: I3409810878f16515a7ddb8f9bf352c2a48573ee9
parent 1eebe99e
No related branches found
No related tags found
No related merge requests found
......@@ -492,7 +492,7 @@ class AutoflushFile(Proxy[io.FileIO]):
@is_closed_getter
@close_file_after
def close(self) -> None: # pylint: disable=unused-argument
def close(self) -> None:
"""
Closes the file.
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment