Skip to content

Fix string::strip parameter name - #354

Open
lgalfaso wants to merge 1 commit into
bazelbuild:masterfrom
lgalfaso:patch-20
Open

Fix string::strip parameter name#354
lgalfaso wants to merge 1 commit into
bazelbuild:masterfrom
lgalfaso:patch-20

Conversation

@lgalfaso

Copy link
Copy Markdown
Contributor

The parameter name for string::strip is chars and not cutset. This can be checked in Bazel by trying to use this method using a named parameter and seeing the error message. The name in Python for this same argument is "chars".

The parameter name for string::strip is `chars` and not `cutset`. This can be checked in Bazel by trying to use this method using a named parameter and seeing the error message. The name in Python for this same argument is "chars".
@lgalfaso
lgalfaso requested a review from brandjon as a code owner June 21, 2026 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant