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

docs fix

Change-Id: I3cda6d3fb22e5dac0f5d0a9d5ed01895021f7a9b
parent 92b7dc6d
No related branches found
No related tags found
No related merge requests found
...@@ -492,7 +492,7 @@ class AutoflushFile(Proxy[io.FileIO]): ...@@ -492,7 +492,7 @@ class AutoflushFile(Proxy[io.FileIO]):
@is_closed_getter @is_closed_getter
@close_file_after @close_file_after
def close(self, fle) -> None: # pylint: disable=unused-argument def close(self) -> None: # pylint: disable=unused-argument
""" """
Closes the file. 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