Trivial: Fix a typo in class ListCommand

Change-Id: I13d5d82e34b09cb5f313a937bef5dba3ed08fa58
This commit is contained in:
Tang Chen
2015-11-30 02:56:11 +08:00
parent f8d5bbccc2
commit f1de15721c

View File

@@ -683,9 +683,9 @@ class ListCommand(NeutronCommand, lister.Lister):
def extend_list(self, data, parsed_args): def extend_list(self, data, parsed_args):
"""Update a retrieved list. """Update a retrieved list.
This method provides a way to modify a original list returned from This method provides a way to modify an original list returned from
the neutron server. For example, you can add subnet cidr information the neutron server. For example, you can add subnet cidr information
to a list network. to a network list.
""" """
pass pass