From 67a8947ea233584b41ee5dfb874a88fc43bcf4e9 Mon Sep 17 00:00:00 2001 From: Dao Cong Tien Date: Wed, 6 Apr 2016 10:27:28 +0700 Subject: Fix typos in docstrings and comments Change-Id: Ic2dc057dca87212f715970f8325956c42f62ea9f --- openstackclient/api/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient/api/utils.py') diff --git a/openstackclient/api/utils.py b/openstackclient/api/utils.py index ab0e23c2..6407cd44 100644 --- a/openstackclient/api/utils.py +++ b/openstackclient/api/utils.py @@ -29,7 +29,7 @@ def simple_filter( 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 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. '' matches against a Python empty string. :param string property_field: -- cgit v1.2.1