Better doc string

This commit is contained in:
Daniel A. Wozniak 2018-05-10 12:11:45 -07:00 committed by rallytime
parent ec2adff699
commit 2d63682fea
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -52,7 +52,7 @@ from salt.ext import six
def can_runas():
'''
Detect if we are running in a limited shell (winrm) and are un-able to use
the runas
the runas utility method.
'''
if salt.utils.is_windows():
try: