-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
switch descriptor howto to return value annotation #7796
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
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. When your account is ready, please add a comment in this pull request Thanks again for your contribution, we look forward to reviewing it! |
CLA review is now complete. I didn't read the "full business day" thing... |
Hi @NotAFile and thank you for your contribution! Do you mind modifying the Pull Request title to include the issue in the bug tracker that this PR is adressing? You can find more information here: https://devguide.python.org/pullrequest/#submitting If there is no issue created you can open a new one al add that number to the PR title. |
@pablogsal I forgot to mention this in the PR text. I did not create a bpo issue for this, as "simple documentation/spelling fixes" are mentioned as not requiring an issue in the python (docs) contribution guide. I have also looked through similar edits in the PR history and seen the skip-issue tag on them. EDIT: I should also mention that I have grepped the docs for usage of |
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.
LGTM
Thanks @NotAFile for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
(cherry picked from commit 28ea4c2) Co-authored-by: NotAFile <[email protected]>
GH-9144 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 28ea4c2) Co-authored-by: NotAFile <[email protected]>
This is a quick thing I noticed. This text was written before python type annotation were widely used, so I've modified to use those instead. That way, readers will immediately recognize it as a return type.