Skip to content

Commit

Permalink
Fix double quotes in Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikeyan-dhandapani committed Feb 2, 2021
1 parent 27b15f0 commit 1e329fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/aos_api_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
- $lt (matches a value which is less than the filter)
- $lte (matches a value which is less than or equal to the filter)
- $nin (pattern does not match the filter. Opposite of $in)
- $in (pattern matches the filter value. E.g., if filter says “ap”,
default-ap and ap-grp1 will both match)
- $in (pattern matches the filter value. E.g., if filter says "ap",
"default-ap" and "ap-grp1" will both match)
required: false
type: list
Expand Down

1 comment on commit 1e329fa

@karthikeyan-dhandapani
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #6

Please sign in to comment.