bpo-34261: Add description to clinic.py#8518
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 we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons 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 You can check yourself Thanks again for your contribution, we look forward to reviewing it! |
|
Note: I've now signed the CLA. |
|
Hi @timhoffm and thank you for your contribution! Could you open an issue in the tracker and link it against this Pull Request as described in the devguide: https://devguide.python.org//pullrequest/? This will help us track the issue and discuss different aspects of it there. |
|
Also, you need to fix the trailing whitespace in You can use |
d7b1cd3 to
ecb58fb
Compare
|
@pablogsal I think the issues are addressed. ISs there anything else I have to do? |
|
Thanks, @timhoffm for your contribution! 🎉 |
Add description to clinic.py
This PR adds a short description to
clinic.pyto help contributors understand what it's used for (This was something I was stumbling upon personally when trying to update a docstring of a CPython builtin).https://bugs.python.org/issue34261