Update a docstring [CI skip]

This commit is contained in:
hugovk 2014-06-24 09:51:42 +03:00
parent fd97d30831
commit 540477b066

View File

@ -231,7 +231,7 @@ class MorphOp:
raise Exception('Wrong size operator file!')
def save_lut(self, filename):
"""Load an operator save mrl file"""
"""Save an operator to an mrl file"""
if self.lut is None:
raise Exception('No operator loaded')
with open(filename, 'wb') as f: