nova-manage: fix typo in docstring about mangaging
I don't know what mangaging is, but I don't think it's this. Normally this is a super nit, but it's something that shows up in the API docs so we might as well clean it up since it's public facing. Change-Id: If2465381fe74a3807a26d8c99c1dc6822cd97671
This commit is contained in:
parent
9f9802eebd
commit
13a3b214e1
@ -654,7 +654,7 @@ class NetworkCommands(object):
|
||||
|
||||
|
||||
class VmCommands(object):
|
||||
"""Class for mangaging VM instances."""
|
||||
"""Class for managing VM instances."""
|
||||
|
||||
@args('--host', metavar='<host>', help='Host')
|
||||
def list(self, host=None):
|
||||
|
Loading…
x
Reference in New Issue
Block a user