mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update a docstring [CI skip]
This commit is contained in:
parent
fd97d30831
commit
540477b066
|
@ -231,7 +231,7 @@ class MorphOp:
|
||||||
raise Exception('Wrong size operator file!')
|
raise Exception('Wrong size operator file!')
|
||||||
|
|
||||||
def save_lut(self, filename):
|
def save_lut(self, filename):
|
||||||
"""Load an operator save mrl file"""
|
"""Save an operator to an mrl file"""
|
||||||
if self.lut is None:
|
if self.lut is None:
|
||||||
raise Exception('No operator loaded')
|
raise Exception('No operator loaded')
|
||||||
with open(filename, 'wb') as f:
|
with open(filename, 'wb') as f:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user