[issue40471] Grammar typo in issubclass docstring

Rémi Lapeyre report at bugs.python.org
Fri May 1 16:02:15 EDT 2020


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

Hi Alex, thanks for reporting this. A PR will be needed to fix those indeed.

Regarding argument clinic, the file you will need to change is Python/bltinmodule.c and you can run `make regen-all` to regenerate the other file. There is more information about this in the Python dev guide: https://devguide.python.org/

For the Pull Request to be accepted you will need to sign the Contributor License Agreement, the steps to follow are here: https://devguide.python.org/pullrequest/#cla, a bot will reemind you if you forget :)

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40471>
_______________________________________


More information about the Python-bugs-list mailing list