-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-32720: Fixed incorrect definition in format mini-language doc #5482
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
…at mini-language documentation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
LGTM. |
|
CLA has been signed and verified, please re-run the check when possible. Since this is a very small documentation change, I'm not sure if it needs a news entry. Please add the skip news tag or let me know if I should in fact add a news entry. |
|
Thanks @nathankerr96 for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
Thanks @nathankerr96 and congrats on your first contribution to CPython 🌮 |
…i-language doc (pythonGH-5482) Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc. (cherry picked from commit 8b5fa28) Co-authored-by: nathankerr96 <[email protected]>
|
GH-5524 is a backport of this pull request to the 3.7 branch. |
…i-language doc (pythonGH-5482) Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc. (cherry picked from commit 8b5fa28) Co-authored-by: nathankerr96 <[email protected]>
|
GH-5525 is a backport of this pull request to the 3.6 branch. |
…i-language doc (GH-5482) (GH-5524) Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc. (cherry picked from commit 8b5fa28) Co-authored-by: nathankerr96 <[email protected]>
…i-language doc (GH-5482) (GH-5525) Changed the definition of width and precision from "integer" to "digit+" in format mini-language doc. (cherry picked from commit 8b5fa28) Co-authored-by: nathankerr96 <[email protected]>
https://bugs.python.org/issue32720