File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343
4444
4545class ContextBase :
46- """Shared kwargs based initilizer for :py:class:`RuntimeContext` and :py:class:`LoadingContext`."""
46+ """Shared kwargs based initializer for :py:class:`RuntimeContext` and :py:class:`LoadingContext`."""
4747
4848 def __init__ (self , kwargs : Optional [Dict [str , Any ]] = None ) -> None :
4949 """Initialize."""
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def test_dont_require_inputs(tmp_path: Path) -> None:
180180
181181
182182def test_argparser_with_doc () -> None :
183- """The `desription ` field is set if `doc` field is provided."""
183+ """The `description ` field is set if `doc` field is provided."""
184184 loadingContext = LoadingContext ()
185185 tool = load_tool (get_data ("tests/with_doc.cwl" ), loadingContext )
186186 p = argparse .ArgumentParser ()
@@ -189,7 +189,7 @@ def test_argparser_with_doc() -> None:
189189
190190
191191def test_argparser_without_doc () -> None :
192- """The `desription ` field is None if `doc` field is not provided."""
192+ """The `description ` field is None if `doc` field is not provided."""
193193 loadingContext = LoadingContext ()
194194 tool = load_tool (get_data ("tests/without_doc.cwl" ), loadingContext )
195195 p = argparse .ArgumentParser ()
Original file line number Diff line number Diff line change 449449 "name" : "#settings-by-samples__1. 0. 0. yaml/settings-by-samples/samples"
450450 },
451451 {
452- "label" : "settings by override cylces " ,
452+ "label" : "settings by override cycles " ,
453453 "doc" : "Additional bcl convert settings\n" ,
454454 "type" : [
455455 "null" ,
You can’t perform that action at this time.
0 commit comments