Better doc string

This commit is contained in:
Daniel A. Wozniak 2018-05-10 12:11:45 -07:00
parent a48ac26573
commit 17987d3c5a
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -48,7 +48,7 @@ import salt.ext.six as 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: