typos: fix some letter transposes
This commit is contained in:
parent
9be37da077
commit
6c9800bcc3
@ -37,7 +37,7 @@ def setup_parser(subparser):
|
|||||||
help="Run deactivation even if spec is NOT currently activated.")
|
help="Run deactivation even if spec is NOT currently activated.")
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
'-a', '--all', action='store_true',
|
'-a', '--all', action='store_true',
|
||||||
help="Deactivate all extensions of an extendable pacakge, or "
|
help="Deactivate all extensions of an extendable package, or "
|
||||||
"deactivate an extension AND its dependencies.")
|
"deactivate an extension AND its dependencies.")
|
||||||
subparser.add_argument(
|
subparser.add_argument(
|
||||||
'spec', nargs=argparse.REMAINDER, help="spec of package extension to deactivate.")
|
'spec', nargs=argparse.REMAINDER, help="spec of package extension to deactivate.")
|
||||||
|
@ -489,7 +489,7 @@ def remove(self, spec):
|
|||||||
1. Marks the spec as not installed.
|
1. Marks the spec as not installed.
|
||||||
2. Removes the spec if it has no more dependents.
|
2. Removes the spec if it has no more dependents.
|
||||||
3. If removed, recursively updates dependencies' ref counts
|
3. If removed, recursively updates dependencies' ref counts
|
||||||
and remvoes them if they are no longer needed.
|
and removes them if they are no longer needed.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# Take a lock around the entire removal.
|
# Take a lock around the entire removal.
|
||||||
|
Loading…
Reference in New Issue
Block a user