Skip to content

Commit 3b05cc0

Browse files
KushalBeniwalmr-c
authored andcommitted
fix typo
1 parent 9b004c1 commit 3b05cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwl_utils/cite_extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def extract_software_reqs(
4242

4343

4444
def process_software_requirement(req: cwl.SoftwareRequirement) -> None:
45-
"""Pretty print the sofware package information."""
45+
"""Pretty print the software package information."""
4646
for package in req.packages:
4747
print(
4848
"Package: {}, version: {}, specs: {}".format(

0 commit comments

Comments
 (0)