File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Boolean Options
1919
2020Boolean options for any command that sets a resource state, such as 'enabled'
2121or 'public', shall always have both positive and negative options defined.
22- The names of those options shall either be a naturally occuring pair of
22+ The names of those options shall either be a naturally occurring pair of
2323words (in English) or a positive option and a negative option with `no- `
2424prepended (such as in the traditional GNU option usage) like `--share ` and
2525`--no-share `.
Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ def simple_filter(
2727 be changed if any filtering occurs.
2828 :param string attr:
2929 The name of the attribute to filter. If attr does not exist no
30- match will succeed and no rows will be retrurned . If attr is
30+ match will succeed and no rows will be returned . If attr is
3131 None no filtering will be performed and all rows will be returned.
3232 :param sring value:
3333 The value to filter. None is considered to be a 'no filter' value.
34- '' matches agains a Python empty string.
34+ '' matches against a Python empty string.
3535 :param string property_field:
3636 The name of the data field containing a property dict to filter.
3737 If property_field is None, attr is a field name. If property_field
You can’t perform that action at this time.
0 commit comments