Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change makes it more clear whether `startswith(prefix)` is equivalent to: - `s -> startswith(s, prefix)` or - `s -> startswith(prefix, s)`
- Loading branch information