fixing a copy/paste issue in the Not() docs

This commit is contained in:
Travis Turner 2018-09-12 09:20:31 -05:00
parent d78d9511ed
commit 424ca9378a
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

View file

@ -409,7 +409,7 @@ attrs will always be empty
**Examples:**
Query columns with a bit set in one row and not another (repositories that are starred by one user and not another):
Query existing columns that do not have a bit set in the given row.
```request
Not(Row(stargazer=1))
```