Fix typos in docstrings and comments

Change-Id: Ic2dc057dca87212f715970f8325956c42f62ea9f
This commit is contained in:
Dao Cong Tien
2016-04-06 10:27:28 +07:00
parent d8ee59eba8
commit 57055489a2
2 changed files with 2 additions and 2 deletions

View File

@@ -331,7 +331,7 @@ class BaseAPI(KeystoneSession):
:param string path: :param string path:
The API-specific portion of the URL path The API-specific portion of the URL path
:param string search: :param string value:
search expression search expression
:param string attr: :param string attr:
name of attribute for secondary search name of attribute for secondary search

View File

@@ -29,7 +29,7 @@ def simple_filter(
The name of the attribute to filter. If attr does not exist no The name of the attribute to filter. If attr does not exist no
match will succeed and no rows will be returned. 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. None no filtering will be performed and all rows will be returned.
:param sring value: :param string value:
The value to filter. None is considered to be a 'no filter' value. The value to filter. None is considered to be a 'no filter' value.
'' matches against a Python empty string. '' matches against a Python empty string.
:param string property_field: :param string property_field: