diff options
| author | venkatamahesh <venkatamaheshkotha@gmail.com> | 2016-02-03 15:47:25 +0530 |
|---|---|---|
| committer | venkatamahesh <venkatamaheshkotha@gmail.com> | 2016-02-03 15:47:25 +0530 |
| commit | 65007432dc3fee8d9ab5024bbd14261362f5f348 (patch) | |
| tree | 3dc97f230ddbe59f7ccf1b3fd734b7014d6b3b4c /openstackclient/api/utils.py | |
| parent | e0969655ac8257760e4afdadebf568b86a0ae2b3 (diff) | |
| download | python-openstackclient-65007432dc3fee8d9ab5024bbd14261362f5f348.tar.gz | |
Fix a spell typos
Change-Id: I422fc8086af83efa4c04fd1951b4738404c1a1b7
Diffstat (limited to 'openstackclient/api/utils.py')
| -rw-r--r-- | openstackclient/api/utils.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/api/utils.py b/openstackclient/api/utils.py index b7ff7f23..fa759cd3 100644 --- a/openstackclient/api/utils.py +++ b/openstackclient/api/utils.py @@ -27,11 +27,11 @@ def simple_filter( be changed if any filtering occurs. :param string attr: The name of the attribute to filter. If attr does not exist no - match will succeed and no rows will be retrurned. If attr is + match will succeed and no rows will be returned. If attr is None no filtering will be performed and all rows will be returned. :param sring value: The value to filter. None is considered to be a 'no filter' value. - '' matches agains a Python empty string. + '' matches against a Python empty string. :param string property_field: The name of the data field containing a property dict to filter. If property_field is None, attr is a field name. If property_field |
