Skip to content

Commit

Permalink
Fix typo in docs, replaces #2898
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed May 21, 2024
1 parent f84fb24 commit e77b994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/peewee/query_operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ complex.
* Use ``|`` instead of ``or``
* Use ``~`` instead of ``not``
* Use ``.is_null()`` instead of ``is None`` or ``== None``.
* Use ``== `` and ``!=`` for comparing against ``True`` and ``False``, or
* Use ``==`` and ``!=`` for comparing against ``True`` and ``False``, or
you may use the implicit value of the expression.
* **Don't forget to wrap your comparisons in parentheses when using logical operators.**

Expand Down

0 comments on commit e77b994

Please sign in to comment.