julia
0a294f9e
- doc: minor tweak on `startswith`/`endswith` docs (#44288)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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)`
References
#44288 - doc: minor tweak on `startswith`/`endswith` docs
Author
aviatesk
Parents
17775537
Loading