diff options
| author | Dao Cong Tien <tiendc@vn.fujitsu.com> | 2016-04-06 10:27:28 +0700 |
|---|---|---|
| committer | Dao Cong Tien <tiendc@vn.fujitsu.com> | 2016-04-06 10:30:39 +0700 |
| commit | 67a8947ea233584b41ee5dfb874a88fc43bcf4e9 (patch) | |
| tree | ac5b4f69a547171d7fc006af2f8050827e1b74ef /openstackclient/api/api.py | |
| parent | c3f6ee95709d1ccb7de7818e4403645a1e9a5662 (diff) | |
| download | python-openstackclient-67a8947ea233584b41ee5dfb874a88fc43bcf4e9.tar.gz | |
Fix typos in docstrings and comments
Change-Id: Ic2dc057dca87212f715970f8325956c42f62ea9f
Diffstat (limited to 'openstackclient/api/api.py')
| -rw-r--r-- | openstackclient/api/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/api/api.py b/openstackclient/api/api.py index 6a88e7f7..bd2abd88 100644 --- a/openstackclient/api/api.py +++ b/openstackclient/api/api.py @@ -331,7 +331,7 @@ class BaseAPI(KeystoneSession): :param string path: The API-specific portion of the URL path - :param string search: + :param string value: search expression :param string attr: name of attribute for secondary search |
