diff --git a/salt/states/virtualenv_mod.py b/salt/states/virtualenv_mod.py index 2c64f559b3..e3e003327a 100644 --- a/salt/states/virtualenv_mod.py +++ b/salt/states/virtualenv_mod.py @@ -82,7 +82,7 @@ def managed(name, Pass `--upgrade` to `pip install`. - Also accepts any kwargs that the virtualenv module will. + Also accepts any kwargs that the virtualenv module will. However, some kwargs require `- distribute: True` .. code-block:: yaml