jmespath / jmespath/jmespath.site
typo in documentation docs/proposals/improved-filters.rst
Open
- Dominant language
- Makefile
- Stars
- 61
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
in https://github.com/jmespath/jmespath.site/blob/master/docs/proposals/improved-filters.rst?plain=1#L139 :
```
users[?is_admin == `true` && disabled == `false]
```
```
users[?is_admin == `true` && disabled == `false`]
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.