Fix typo ouptut -> output

This commit is contained in:
Benjamin Drung 2016-04-04 14:35:41 +02:00
parent d3804094f2
commit f99e6f1f13
3 changed files with 6 additions and 6 deletions

View file

@ -435,7 +435,7 @@ def install(pkgs=None, # pylint: disable=R0912,R0913,R0914
HTTPS.
use_vt
Use VT terminal emulation (see ouptut while installing)
Use VT terminal emulation (see output while installing)
CLI Example:
@ -783,7 +783,7 @@ def uninstall(pkgs=None,
cwd
Current working directory to run pip from
use_vt
Use VT terminal emulation (see ouptut while installing)
Use VT terminal emulation (see output while installing)
CLI Example:

View file

@ -92,7 +92,7 @@ def create(path,
Set ownership for the virtualenv
use_vt : False
Use VT terminal emulation (see ouptut while installing)
Use VT terminal emulation (see output while installing)
.. versionadded:: 2015.5.0

View file

@ -419,7 +419,7 @@ def installed(name,
VERBOSE: True
use_vt
Use VT terminal emulation (see ouptut while installing)
Use VT terminal emulation (see output while installing)
trusted_host
Mark this host as trusted, even though it does not have valid or any
@ -833,7 +833,7 @@ def removed(name,
bin_env : None
the pip executable or virtualenenv to use
use_vt
Use VT terminal emulation (see ouptut while installing)
Use VT terminal emulation (see output while installing)
'''
ret = {'name': name, 'result': None, 'comment': '', 'changes': {}}
@ -890,7 +890,7 @@ def uptodate(name,
bin_env
the pip executable or virtualenenv to use
use_vt
Use VT terminal emulation (see ouptut while installing)
Use VT terminal emulation (see output while installing)
'''
ret = {'name': name,
'changes': {},