Skip to content

Commit e39e586

Browse files
André Apitzschbbhtt
authored andcommitted
pip: Fix typos
1 parent 34ecf07 commit e39e586

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pip/flatpak-pip-generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def parse_comma_list(s: str) -> list[str]:
115115
default=False,
116116
help=(
117117
"Do not disable build isolation. "
118-
"Mostly useful on pip that does't "
118+
"Mostly useful on pip that doesn't "
119119
"support the feature."
120120
),
121121
)
@@ -980,7 +980,7 @@ def to_ver(v: str) -> Version | None:
980980
req_file.write(filtered_packages_str)
981981
requirements_file_output = req_file.name
982982
elif not len(sys.argv) > 1:
983-
sys.exit("Please specifiy either packages or requirements file argument")
983+
sys.exit("Please specify either packages or requirements file argument")
984984
else:
985985
sys.exit("This option can only be used with requirements file")
986986

0 commit comments

Comments
 (0)