-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
bpo-32720: Fixed the replacement field grammar documentation. #5544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
`arg_name` and `element_index` are defined as `digit` instead of `integer`.
nathankerr96
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these should be "digit+" since we can use one or more digits
|
@nathankerr96 Yes you're right :) Thanks. Updated. |
|
Great, thanks for making this change. I got caught up in the process of submitting my first pr and didn't do my due diligence. I should have caught this the first time around. Thanks again! |
|
Thanks @Mariatta for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
Thanks :) |
|
GH-5546 is a backport of this pull request to the 3.7 branch. |
…GH-5544) `arg_name` and `element_index` are defined as `digit`+ instead of `integer`. (cherry picked from commit 7a561af) Co-authored-by: Mariatta <[email protected]>
…GH-5544) `arg_name` and `element_index` are defined as `digit`+ instead of `integer`. (cherry picked from commit 7a561af) Co-authored-by: Mariatta <[email protected]>
|
GH-5547 is a backport of this pull request to the 3.6 branch. |
… (GH-5546) `arg_name` and `element_index` are defined as `digit`+ instead of `integer`. (cherry picked from commit 7a561af) Co-authored-by: Mariatta <[email protected]>
… (GH-5547) `arg_name` and `element_index` are defined as `digit`+ instead of `integer`. (cherry picked from commit 7a561af) Co-authored-by: Mariatta <[email protected]>
arg_nameandelement_indexare defined asdigitinstead ofinteger.https://bugs.python.org/issue32720