Fix a typo in helper.py

TrivialFix.There is a spelling error in helper.py.

Change-Id: I4db0389b36d87534dde4693590b2d7262a7a05e0
This commit is contained in:
gengchc2 2016-09-23 10:09:42 +08:00
parent 96d7840109
commit 298c03c6f9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ class CiscoUcsHelper(object):
def connect_ucsm(self):
"""Creates the UcsHandle
:raises: UcsConnectionError, if ucs helper failes to establish session
:raises: UcsConnectionError, if ucs helper fails to establish session
with UCS Manager.
"""