DOC: Add class docstring

This commit is contained in:
Tony S Yu
2012-07-25 00:41:54 -04:00
parent f261e76ef0
commit 9285898d39
+1
View File
@@ -5,6 +5,7 @@ from ..widgets import Slider, ComboBox
class CannyPlugin(OverlayPlugin):
"""Canny filter plugin to show edges of an image."""
name = 'Canny Filter'