Skip to content

Commit 5b3a6e9

Browse files
committed
Merge pull request #905 from iguananaut/irregardless
'irregardless', if it's a word at all, means the opposite of how it's meant here
2 parents 115ad13 + 8e2c64c commit 5b3a6e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pip/commands/install.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self, *args, **kw):
6767
dest='download_dir',
6868
metavar='dir',
6969
default=None,
70-
help="Download packages into <dir> instead of installing them, irregardless of what's already installed.")
70+
help="Download packages into <dir> instead of installing them, regardless of what's already installed.")
7171

7272
cmd_opts.add_option(cmdoptions.download_cache)
7373

@@ -85,7 +85,7 @@ def __init__(self, *args, **kw):
8585
dest='upgrade',
8686
action='store_true',
8787
help='Upgrade all packages to the newest available version. '
88-
'This process is recursive irregardless of whether a dependency is already satisfied.')
88+
'This process is recursive regardless of whether a dependency is already satisfied.')
8989

9090
cmd_opts.add_option(
9191
'--force-reinstall',

0 commit comments

Comments
 (0)