diff options
Diffstat (limited to 'krita/plugins/viewplugins/scripting/samples/python/reshapehisto.py')
-rw-r--r-- | krita/plugins/viewplugins/scripting/samples/python/reshapehisto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krita/plugins/viewplugins/scripting/samples/python/reshapehisto.py b/krita/plugins/viewplugins/scripting/samples/python/reshapehisto.py index 4a79e68c..02371826 100644 --- a/krita/plugins/viewplugins/scripting/samples/python/reshapehisto.py +++ b/krita/plugins/viewplugins/scripting/samples/python/reshapehisto.py @@ -18,7 +18,7 @@ import math -# it's an experimental script to try to reshape histogram, while the results are far to be convincing yet +# it's an experimental script to try to reshape.histogram, while the results are far to be convincing yet # it is still an example on how to use histogram in a script def sign(a): |