Add missing comma

This commit is contained in:
Johannes Schönberger
2014-11-27 12:02:30 -05:00
parent c45473bdb9
commit 7256f88332
+1 -1
View File
@@ -38,7 +38,7 @@ __all__ = ['inverse',
'hsobel',
'vsobel',
'sobel_h',
'sobel_v'
'sobel_v',
'scharr',
'hscharr',
'vscharr',