diff options
Diffstat (limited to 'openstack/common/scheduler')
| -rw-r--r-- | openstack/common/scheduler/filters/json_filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/scheduler/filters/json_filter.py b/openstack/common/scheduler/filters/json_filter.py index 7035947..bc4b4fd 100644 --- a/openstack/common/scheduler/filters/json_filter.py +++ b/openstack/common/scheduler/filters/json_filter.py @@ -51,7 +51,7 @@ class JsonFilter(filters.BaseHostFilter): return self._op_compare(args, operator.gt) def _in(self, args): - """First term is in set of remaining terms""" + """First term is in set of remaining terms.""" return self._op_compare(args, operator.contains) def _less_than_equal(self, args): |
