julia
0a294f9e - doc: minor tweak on `startswith`/`endswith` docs (#44288)

Commit
3 years ago
doc: minor tweak on `startswith`/`endswith` docs (#44288) This change makes it more clear whether `startswith(prefix)` is equivalent to: - `s -> startswith(s, prefix)` or - `s -> startswith(prefix, s)`
Author
Parents
Loading