diff options
| author | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2017-05-30 16:37:01 +0700 |
|---|---|---|
| committer | Vu Cong Tuan <tuanvc@vn.fujitsu.com> | 2017-05-30 16:38:27 +0700 |
| commit | b52bbe1eec23ab498cc9fcda87045bddb28264db (patch) | |
| tree | b8ab8fba0e93ce5ef14abd4644319b47188fc7ff /openstackclient/tests/unit/compute | |
| parent | b78153aec4f050e64ee8ec9c930ae673bb3ecd47 (diff) | |
| download | python-openstackclient-b52bbe1eec23ab498cc9fcda87045bddb28264db.tar.gz | |
Trivial fix typos
Change-Id: I72a1da209df38e226ec02d9dbd0142ed4020c0d2
Diffstat (limited to 'openstackclient/tests/unit/compute')
| -rw-r--r-- | openstackclient/tests/unit/compute/v2/fakes.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/tests/unit/compute/v2/fakes.py b/openstackclient/tests/unit/compute/v2/fakes.py index e6af9476..d5fc9fa9 100644 --- a/openstackclient/tests/unit/compute/v2/fakes.py +++ b/openstackclient/tests/unit/compute/v2/fakes.py @@ -503,7 +503,7 @@ class FakeSecurityGroup(object): If security groups list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List security groups: + :param List security_groups: A list of FakeResource objects faking security groups :param int count: The number of security groups to fake @@ -1029,7 +1029,7 @@ class FakeFloatingIP(object): If floating_ips list is provided, then initialize the Mock object with the list. Otherwise create one. - :param List floating ips: + :param List floating_ips: A list of FakeResource objects faking floating ips :param int count: The number of floating ips to fake |
