gh-69619: Clarify str.{l,r}strip() documentation#150901
Conversation
Documentation build overview
9 files changed ·
|
19b8f30 to
94f3a81
Compare
|
Thanks @picnixz! I inlined the note in both |
|
Thanks @picnixz! Applied the same inline phrasing to |
|
Usually, one should ping maintainers after a while, say 1 month, if the first ping doesn't help. Maintainers have limited bandwidth and we can't reply the same day or the following. |
|
Thanks for the review and the approval — really appreciate it. Understood about maintainer bandwidth; I'll be patient. Thanks again for taking the time. |
str.{l,r}strip() documentation
|
@StanFromIreland You reviewed the orignal PR on str.strip(). Are you ok with my wording changes? |
…ntation (python#150901) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
str.strip()documents that whitespace is defined bystr.isspace(), butstr.lstrip()andstr.rstrip()did not mention it. This adds the same sentence to both so the three methods are described consistently.Documentation-only change.
Relates to #69619