Python function doc

This commit is contained in:
Shahram Najm 2017-08-14 16:46:26 +01:00
parent 22501bf7dc
commit c32a9f15c6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class CodesFile(file):
self.open_messages = []
def __exit__(self, exception_type, exception_value, traceback):
"""Close all open messages, release GRIB file handle and close file."""
"""Close all open messages, release file handle and close file."""
while self.open_messages:
self.open_messages.pop().close()
self.file_handle.close()