Skip to content

Commit fe7ad46

Browse files
committed
Fixed typo in docstring
1 parent 631cd05 commit fe7ad46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/shed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ def _find_raw_repositories(path, **kwds):
692692
def _build_raw_repo_objects(raw_dirs, **kwds):
693693
"""
694694
From specific directories with .shed.yml files or specified directly from
695-
the comman-line build abstract description of directories that should be
695+
the command-line build abstract description of directories that should be
696696
expanded out into shed repositories.
697697
"""
698698
multiple = len(raw_dirs) > 1

0 commit comments

Comments
 (0)