We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b004c1 commit 3b05cc0Copy full SHA for 3b05cc0
cwl_utils/cite_extract.py
@@ -42,7 +42,7 @@ def extract_software_reqs(
42
43
44
def process_software_requirement(req: cwl.SoftwareRequirement) -> None:
45
- """Pretty print the sofware package information."""
+ """Pretty print the software package information."""
46
for package in req.packages:
47
print(
48
"Package: {}, version: {}, specs: {}".format(
0 commit comments