From 540477b066341db94dfb32a4fd2df8264bf02085 Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 24 Jun 2014 09:51:42 +0300 Subject: [PATCH] Update a docstring [CI skip] --- PIL/ImageMorph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/ImageMorph.py b/PIL/ImageMorph.py index fd14b452c..b24dd134f 100644 --- a/PIL/ImageMorph.py +++ b/PIL/ImageMorph.py @@ -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: