Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Sep 26, 2023
1 parent 5229bdf commit f34f991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _actions/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _https(

@staticmethod
def _extras(extras: Union[str, list, tuple] = "") -> str:
"""Create a list of eventual extras fro pip installation."""
"""Create a list of eventual extras for pip installation."""
return ",".join(extras) if isinstance(extras, (tuple, list, set)) else extras

@staticmethod
Expand Down

0 comments on commit f34f991

Please sign in to comment.