Skip to content

Commit 8e98a66

Browse files
author
Patrik Kopkan
committed
added missing space
1 parent b2981c7 commit 8e98a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pip/_internal/commands/wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self, *args, **kw):
102102
dest='path_to_wheelnames',
103103
action='store',
104104
metavar='path',
105-
help=("stores the filenames of the built or downloaded wheels"
105+
help=("stores the filenames of the built or downloaded wheels "
106106
"in a new file of given path"),
107107
)
108108

0 commit comments

Comments
 (0)