Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-09 10:13:25 -04:00
parent 9c6db663c5
commit 290026acc6
+1 -1
View File
@@ -706,7 +706,7 @@ def pip_install(package_name=None, r=None, allow_global=False, ignore_hashes=Fal
if c.return_code == 0:
break
# Teturn the result of the first one that runs ok, or the last one that didn't work.
# Return the result of the first one that runs ok, or the last one that didn't work.
return c