Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slightly improve clarity of logical bool ops
The doc states that these "return true" but more precisely they're the "typical" short-circuiting boolean operations with Python-like semantics. ``and`` and ``or`` may not return booleans at all depending on their inputs.
- Loading branch information