Skip to content

Commit e33e8ca

Browse files
authored
DOC fix missing comma in usage example in README.md
There's a missing comma from the usage example in the README.md which is fixed in this PR.
1 parent d132b4d commit e33e8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ from ..util import lazy
5050

5151
__getattr__, __dir__, __all__ = lazy.attach(
5252
__name__,
53-
submodules=['rank']
53+
submodules=['rank'],
5454
submod_attrs={
5555
'_gaussian': ['gaussian', 'difference_of_gaussians'],
5656
'edges': ['sobel', 'scharr', 'prewitt', 'roberts',

0 commit comments

Comments
 (0)